Skip to content

Commit 248a710

Browse files
fix(components/form): do not style error color
1 parent faead4e commit 248a710

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/theme/components/form.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ const formBaseStyle = defineFormPartsStyle((props) => ({
1313
h: 'unset',
1414
minH: 8,
1515
w: 'full',
16-
_invalid: {
17-
color: 'error.300',
18-
},
1916
},
2017
helperText: {
2118
w: 'full',

0 commit comments

Comments
 (0)