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

Commit bdd0d04

Browse files
author
Manuel Proß
committed
fix(web): primary button style according to styleguide
1 parent 04e71f5 commit bdd0d04

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 text-primary py-[16px] px-[48px] bg-white transition-all hover:bg-primary hover:bg-opacity-[15%];
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;
33
}

0 commit comments

Comments
 (0)