Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 6a4e4e7

Browse files
Hubert KosterHubert Koster
authored andcommitted
chore: fixing border radius
1 parent 0eaafcc commit 6a4e4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/dashboard/components/ApiTokenCard/api-token.card.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
flex-direction: column;
99
gap: rem(1);
1010
border: 1px solid var(--ifm-color-emphasis-400);
11-
border-radius: rem(0.4);
11+
border-radius: rem(2);
1212
padding: rem(1.6);
1313

1414
label {

0 commit comments

Comments
 (0)