Skip to content

Commit 895772c

Browse files
Merge pull request #718 from ankitkr104/feature/717-align-show-all-ideas-button-theme
[FEATURE]: Align "Show All Ideas" Button With Site Theme
2 parents a20f3ef + be5ad3d commit 895772c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ideas/IdeasDisplay.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export function IdeasDisplay({ ideasData }) {
3838
whileInView={{ opacity: 1 }}
3939
whileHover={{ scale: 1.05 }}
4040
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"
41+
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"
4242
>
4343
Show All Ideas
4444
</motion.button>

0 commit comments

Comments
 (0)