Commit 92cfea5f authored by tom's avatar tom

change hover for icon placeholder

parent e8191140
...@@ -13,7 +13,7 @@ export default function useColors({ hasIcon }: {hasIcon: boolean}) { ...@@ -13,7 +13,7 @@ export default function useColors({ hasIcon }: {hasIcon: boolean}) {
icon: { icon: {
'default': hasIcon ? iconDefaultColor : iconPlaceholderDefaultColor, 'default': hasIcon ? iconDefaultColor : iconPlaceholderDefaultColor,
active: useColorModeValue('blackAlpha.900', 'whiteAlpha.900'), active: useColorModeValue('blackAlpha.900', 'whiteAlpha.900'),
hover: 'blue.400', hover: hasIcon ? 'blue.400' : 'blue.100',
}, },
bg: { bg: {
'default': 'transparent', 'default': 'transparent',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment