feat: enhance input showcase with new input components and status handling

This commit is contained in:
Firman Ramdhani
2026-01-26 12:23:26 +07:00
parent d4114702a0
commit 3c11b98153
8 changed files with 396 additions and 138 deletions
+2 -1
View File
@@ -11,7 +11,8 @@
@layer base {
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
background-color: var(--color-gray-50);
/* background-color: var(--color-gray-50); */
background-color: #ffffff;
color: var(--color-gray-800);
@apply text-base; /* Set global base font to 13px */
-webkit-font-smoothing: antialiased;