feat: update button styles to enhance icon visibility in disabled state

This commit is contained in:
Lorenz Hilpert
2025-03-14 16:00:45 +01:00
parent 00fc978c4f
commit 576d439a79

View File

@@ -68,6 +68,10 @@
&.disabled {
@apply border-isa-neutral-400 text-isa-neutral-400 bg-isa-white;
}
ng-icon {
@apply text-isa-secondary-600;
}
}
.ui-button__brand {
@@ -106,6 +110,10 @@
&.disabled {
@apply bg-isa-neutral-200 text-isa-neutral-500;
}
ng-icon {
@apply text-isa-neutral-600;
}
}
.ui-button:disabled,