We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a21052 commit ff0be5fCopy full SHA for ff0be5f
apps/landing/src/components/Header/MobMenu.tsx
@@ -60,10 +60,21 @@ export function MobMenu() {
60
})}
61
href="/storybook/index.html"
62
>
63
- <Flex alignItems="center" py="10px">
+ <Flex alignItems="center" gap="4px" py="10px">
64
<Text color="$title" textAlign="right" typography="buttonM">
65
Storybook
66
</Text>
67
+ <Box
68
+ _groupActive={{
69
+ bg: '$primary',
70
+ }}
71
+ bg="$text"
72
+ boxSize="20px"
73
+ maskImage="url(/outlink.svg)"
74
+ maskPosition="center"
75
+ maskRepeat="no-repeat"
76
+ maskSize="contain"
77
+ />
78
</Flex>
79
</Link>
80
<Box h="100px" />
0 commit comments