File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ export const ColorPalette = ({
18
18
return (
19
19
< div
20
20
className = { cn (
21
- 'fixed inset-0 max-w-full min-h-fit md:h-12 px-2 py-4 md:py-0 bg-zinc-900 flex items-center justify-center flex-wrap gap-2 dark:rounded-xl z-50' ,
21
+ 'fixed inset-0 max-w-full min-h-fit md:h-12 px-2 py-4 md:py-0 dark: bg-zinc-900 bg-zinc-100 flex items-center justify-center flex-wrap gap-2 dark:rounded-xl z-50' ,
22
22
className
23
23
) }
24
24
ref = { colorPaletteRef }
25
25
>
26
26
{ bgColors . map ( color => (
27
27
< div
28
- className = { `h-6 w-6 rounded-full hover:border border-white cursor-pointer ${ getLightModeColor (
28
+ className = { `h-6 w-6 rounded-full hover:border dark: border-white border-black cursor-pointer ${ getLightModeColor (
29
29
color
30
30
) } ${ getDarkModeColor ( color ) } `}
31
31
key = { color }
You can’t perform that action at this time.
0 commit comments