Skip to content

Commit

Permalink
style: darker border on hover only for outline variant
Browse files Browse the repository at this point in the history
  • Loading branch information
shuli-ogp committed Sep 28, 2021
1 parent c4dcaeb commit 8f77dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Menu/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const MenuButton = (props: ButtonProps): JSX.Element => {
iconSpacing="1.5rem"
_hover={{
bgColor: 'white',
borderColor: 'secondary.900',
borderColor: isVariantOutline ? 'secondary.900' : '',
color: 'secondary.900',
}}
_active={{
Expand Down

0 comments on commit 8f77dc4

Please sign in to comment.