feat: remove color styling for error, warning, success, and info states in input and textarea components

This commit is contained in:
Firman Ramdhani
2026-01-27 19:58:55 +07:00
parent 1e1d46cbb5
commit ffe78cf47d
3 changed files with 0 additions and 9 deletions
@@ -202,7 +202,6 @@
.input-variant-filled.input-status-error {
background-color: var(--color-error-50);
border-color: var(--color-error-500);
color: var(--color-error-600);
}
/* Saat focus, background jadi default input-bg (putih) */
.input-variant-filled.input-status-error:focus,