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 11ff49a commit 24f4223Copy full SHA for 24f4223
docs/TopNavigation.tsx
@@ -9,8 +9,8 @@ function TopNavigation() {
9
<MenuToggle menuId={1}>
10
<img
11
src={iconGear}
12
- width={21}
13
- style={{ marginRight: 'calc(var(--icon-text-padding))' }}
+ width={18}
+ style={{ marginRight: 'calc(var(--icon-text-padding))', position: 'relative', top: -2 }}
14
className="decolorize-8"
15
/>{' '}
16
API
@@ -29,8 +29,8 @@ function TopNavigation() {
29
>
30
31
src={iconSeedling}
32
33
- style={{ marginRight: 'calc(var(--icon-text-padding) - 1px)', position: 'relative', top: -1 }}
+ style={{ marginRight: 'calc(var(--icon-text-padding) - 1px)', position: 'relative', top: -2 }}
34
35
/>
36
Get Started
0 commit comments