Skip to content

Commit 000316e

Browse files
committed
style: button styles
1 parent 0ed0884 commit 000316e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/apps/ImageToolkitPage.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)