Update disabled button style
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:disabled {
|
&:disabled {
|
||||||
@apply bg-slate-100 text-slate-400;
|
@apply bg-slate-200/50 text-slate-400;
|
||||||
|
|
||||||
svg[class~="iconify"] path {
|
svg[class~="iconify"] path {
|
||||||
@apply stroke-slate-400;
|
@apply stroke-slate-400;
|
||||||
@@ -61,7 +61,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:disabled {
|
&:disabled {
|
||||||
@apply bg-slate-100 text-slate-400;
|
@apply bg-slate-200/50 text-slate-400;
|
||||||
|
|
||||||
svg[class~="iconify"] path {
|
svg[class~="iconify"] path {
|
||||||
@apply stroke-slate-400;
|
@apply stroke-slate-400;
|
||||||
@@ -82,7 +82,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:disabled {
|
&:disabled {
|
||||||
@apply bg-slate-100 text-slate-400;
|
@apply bg-slate-200/50 text-slate-400;
|
||||||
|
|
||||||
svg[class~="iconify"] path {
|
svg[class~="iconify"] path {
|
||||||
@apply stroke-slate-400;
|
@apply stroke-slate-400;
|
||||||
|
|||||||
Reference in New Issue
Block a user