6 lines
109 B
CSS
6 lines
109 B
CSS
/* 2. InputError Component */
|
|
.c-input-error__message {
|
|
@apply text-sm;
|
|
color: var(--destructive);
|
|
}
|