Skip to content

Commit 90ea890

Browse files
authored
Merge pull request #11 from andresin87/modify-button
modify the button styling
2 parents 6bb1fcd + aaaac98 commit 90ea890

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/button.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,15 @@
44
Button
55
*/
66
.button {
7-
@apply font-sans border-xs border-solid rounded-xs inline-flex justify-center items-center hover:cursor-pointer disabled:cursor-not-allowed;
7+
@apply font-sans border-xs border-solid rounded-none inline-flex justify-center items-center hover:cursor-pointer disabled:cursor-not-allowed;
88
}
9-
109
/*
1110
Variant
1211
*/
1312
.button--primary {
1413
@apply bg-surface-primary-default border-border-primary-default text-content-primary-default;
1514
}
1615
.button--primary:hover {
17-
@apply bg-surface-primary-hover border-border-primary-hover text-content-primary-hover;
1816
}
1917
.button--primary:disabled {
2018
@apply bg-surface-primary-disabled border-border-primary-disabled text-content-primary-disabled;

0 commit comments

Comments
 (0)