Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit eb2e638

Browse files
author
Manuel Proß
committed
refactor(web): replace arbitrary tailwind class with custom border
1 parent 19bf364 commit eb2e638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/styles/_btns.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.btn-primary {
2-
@apply border-solid border-[1px] rounded-[35px] border-primary font-normal text-primary text-[24px] py-[16px] px-[48px] transition-colors hover:bg-primary-opacity;
2+
@apply border-solid border-[1px] rounded border-primary font-normal text-primary text-md py-4 px-12 transition-colors hover:bg-primary-opacity;
33
}

0 commit comments

Comments
 (0)