Skip to content

Commit 7d282ba

Browse files
committed
fix: textField input color
1 parent ab38dbe commit 7d282ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/forms/TextField.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const useStyles = makeStyles()((theme: Theme) => ({
9898
border: `1px solid ${theme.palette.cm.textBoxBorder}`,
9999
boxSizing: 'border-box',
100100
paddingLeft: theme.spacing(1),
101-
color: '#696970',
101+
color: theme.palette.text.primary,
102102
lineHeight: 1,
103103
maxWidth: 416,
104104
minHeight: 34,

0 commit comments

Comments
 (0)