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;