We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a20f3ef + be5ad3d commit 895772cCopy full SHA for 895772c
1 file changed
src/components/ideas/IdeasDisplay.jsx
@@ -38,7 +38,7 @@ export function IdeasDisplay({ ideasData }) {
38
whileInView={{ opacity: 1 }}
39
whileHover={{ scale: 1.05 }}
40
whileTap={{ scale: 0.95 }}
41
- className="group order-2 mx-auto items-center overflow-hidden rounded-lg bg-zinc-800 px-8 py-3 text-white focus:outline-none dark:bg-white dark:text-black font-mono font-semibold transition-transform"
+ className="group order-2 mx-auto items-center overflow-hidden rounded-lg bg-[#00843D] px-8 py-3 text-white transition-all duration-200 hover:bg-[#006e32] focus:outline-none focus-visible:ring-2 focus-visible:ring-[#00843D] focus-visible:ring-offset-2 focus-visible:ring-offset-white dark:bg-yellow-400 dark:text-zinc-900 dark:hover:bg-yellow-500 dark:focus-visible:ring-yellow-400 dark:focus-visible:ring-offset-zinc-950 font-mono font-semibold"
42
>
43
Show All Ideas
44
</motion.button>
0 commit comments