Skip to content

Commit 7e29f79

Browse files
committed
Fix buttons height
1 parent dd45aac commit 7e29f79

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docs/intro/vscode-extension.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ If you have VS Code on this computer click Install below. You can also find the
2424
borderRadius: 100,
2525
backgroundColor: 'var(--ifm-font-color-base)',
2626
}}
27-
>
28-
Install
29-
</button>
27+
>Install</button>
3028
</a>
3129
<a href="https://webnative.dev/introduction/getting-started/" target="_self">
3230
<button
@@ -38,11 +36,9 @@ If you have VS Code on this computer click Install below. You can also find the
3836
paddingLeft: 32,
3937
paddingRight: 32,
4038
borderRadius: 100,
41-
backgroundColor: 'var(--c-admonition-info-bg)',
39+
backgroundColor: 'var(--admonition-info-c-bg)',
4240
}}
43-
>
44-
Docs
45-
</button>
41+
>Docs</button>
4642
</a>
4743
4844
## Additional Documentation

0 commit comments

Comments
 (0)