Skip to content

Commit 45a4e64

Browse files
harneetsahiksen0
authored andcommitted
Style: replaced outlines with borders for improved accessibility
1 parent 756293a commit 45a4e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LinkButton/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ switch (variant) {
2020
---
2121

2222
<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 " +
23+
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 " +
2424
Astro.props.class}
2525
href={url}
2626
>

0 commit comments

Comments
 (0)