fix: register button style
This commit is contained in:
parent
5cc6678ceb
commit
b9bbf7792f
2 changed files with 7 additions and 3 deletions
|
|
@ -44,6 +44,10 @@
|
|||
@apply bg-accent-500 text-contrast rounded-sm p-2 sm:p-4 hover:bg-accent-400 cursor-pointer transition-colors;
|
||||
}
|
||||
|
||||
@utility btn-secondary {
|
||||
@apply bg-neutral-400 text-contrast rounded-sm p-2 sm:p-4 hover:bg-neutral-300 cursor-pointer transition-colors;
|
||||
}
|
||||
|
||||
:root {
|
||||
--contrast: 255, 255, 255;
|
||||
--neutral-900: 243, 244, 246;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue