WIP: Add styles
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
.btn {
|
||||
@apply px-8 py-1 border bg-primary border-primary text-white;
|
||||
}
|
||||
|
||||
.btn--secondary {
|
||||
@apply bg-secondary border-secondary text-gray-800;
|
||||
}
|
||||
Reference in New Issue
Block a user