From 0ce96e4baeae2cc08e86c54bf00df03022c598f3 Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Sat, 2 May 2026 18:47:19 +0330 Subject: [PATCH] Update disabled button style --- frontend/assets/css/button.comp.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/assets/css/button.comp.css b/frontend/assets/css/button.comp.css index d1bff66..3bfe7ec 100644 --- a/frontend/assets/css/button.comp.css +++ b/frontend/assets/css/button.comp.css @@ -36,7 +36,7 @@ } &:disabled { - @apply bg-slate-100 text-slate-400; + @apply bg-slate-200/50 text-slate-400; svg[class~="iconify"] path { @apply stroke-slate-400; @@ -61,7 +61,7 @@ } &:disabled { - @apply bg-slate-100 text-slate-400; + @apply bg-slate-200/50 text-slate-400; svg[class~="iconify"] path { @apply stroke-slate-400; @@ -82,7 +82,7 @@ } &:disabled { - @apply bg-slate-100 text-slate-400; + @apply bg-slate-200/50 text-slate-400; svg[class~="iconify"] path { @apply stroke-slate-400;