mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 13:38:45 +00:00
fix gray color in dark mode (tailwind 3.0)
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ module.exports = {
|
|||||||
current: 'currentColor',
|
current: 'currentColor',
|
||||||
black: colors.black,
|
black: colors.black,
|
||||||
white: colors.white,
|
white: colors.white,
|
||||||
gray: colors.gray,
|
gray: colors.zinc,
|
||||||
red: colors.rose,
|
red: colors.rose,
|
||||||
yellow: colors.amber,
|
yellow: colors.amber,
|
||||||
green: colors.green,
|
green: colors.green,
|
||||||
|
|||||||
Reference in New Issue
Block a user