fix: properly color svg button
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
/* Generic UI controls that have yet to be extracted in Stylekit */
|
||||
/* Generic UI controls that have yet to be extracted into Stylekit */
|
||||
|
||||
.sn-btn {
|
||||
@extend .text-sm;
|
||||
@extend .border-0;
|
||||
@extend .bg-main;
|
||||
@extend .cursor-pointer;
|
||||
@extend .font-bold;
|
||||
@extend .py-2;
|
||||
@extend .px-3;
|
||||
@extend .bg-main;
|
||||
@extend .text-info-contrast;
|
||||
@extend .border-0;
|
||||
@extend .rounded;
|
||||
@extend .cursor-pointer;
|
||||
@extend .text-info-contrast;
|
||||
@extend .text-sm;
|
||||
|
||||
@extend .hover\:brightness-130;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user