Update disabled button style

This commit is contained in:
marzban-dev
2026-05-02 18:47:19 +03:30
parent fae071f5cf
commit 0ce96e4bae
+3 -3
View File
@@ -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;