File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -479,10 +479,10 @@ function ImageToolkitPage() {
479479 color : colors . app ,
480480 } ;
481481
482- const prefilter = "flex items-center gap-2 text-lg font-arvo font-normal px-4 py-2 rounded-md border transition-colors duration-300 ease-in-out"
482+ const prefilter = "px-6 py-2 flex items-center gap-2 text-lg font-arvo font-normal px-4 py-2 rounded-md border transition-colors duration-300 ease-in-out"
483483 const filterButtonStyle = "border-blue-400 bg-blue-500/50 text-white hover:bg-blue-500/70"
484484 const greenButtonStyle = "border-green-400 bg-green-500/50 text-white hover:bg-green-500/70"
485- const appButtonStyle = "border-app/100 bg-app/50 text-white hover:bg-app/70 cursor-pointer"
485+ const appButtonStyle = "border-app/100 bg-app/20 hover:bg-app/40 cursor-pointer text-app hover:text-white "
486486
487487 return (
488488 < div className = "py-16 sm:py-24" >
You can’t perform that action at this time.
0 commit comments