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 756293a commit 45a4e64Copy full SHA for 45a4e64
src/components/LinkButton/index.astro
@@ -20,7 +20,7 @@ switch (variant) {
20
---
21
22
<a
23
- class={"button-link outline outline-1 outline-type-color py-2 px-4 flex flex-nowrap w-fit items-center justify-between rounded-full hover:bg-sidebar-type-color hover:text-bg-color hover:no-underline " +
+ class={"button-link border border-1 border-sidebar-type-color py-2 px-4 flex flex-nowrap w-fit items-center justify-between rounded-full hover:bg-sidebar-type-color hover:text-bg-color hover:no-underline " +
24
Astro.props.class}
25
href={url}
26
>
0 commit comments