Skip to content

Commit d70e0fa

Browse files
authored
Merge pull request #8 from andresin87/refactor
Config chromatic
2 parents 275d5f6 + 7fdaefe commit d70e0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/button.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Button
55
*/
66
.button {
7-
@apply font-sans border-xs border-solid rounded-none 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
}
99

1010
/*

0 commit comments

Comments
 (0)