Skip to content

Commit 092cd9a

Browse files
committed
fix: error color change
1 parent f521347 commit 092cd9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/components/input.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@
131131
132132
/* Error styles */
133133
.input-error {
134-
border-color: red;
134+
border-color: #e89e14ee;
135135
}
136136
137137
.error-message {
138-
color: red;
138+
color: #e89e14ee;
139139
font-size: 12px;
140140
margin-top: 5px;
141141
}

0 commit comments

Comments
 (0)