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

Commit 7627e1e

Browse files
author
Manuel Proß
committed
feat(web): add primary button style according to styleguide
1 parent a95998f commit 7627e1e

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-xl border-secondary text-secondary py-3 px-6 transition-all hover:bg-secondary hover:text-white;
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%];
33
}

0 commit comments

Comments
 (0)