Skip to content

Commit 7776ad6

Browse files
committed
fix colors issue
Signed-off-by: Sudhanshu Dasgupta <dasguptashivam23@gmail.com>
1 parent 9b2e601 commit 7776ad6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/custom/SearchBar.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ const customTheme = (theme: Theme) =>
3939
MuiInput: {
4040
styleOverrides: {
4141
root: {
42+
color: theme.palette.text.default,
4243
'&::before': {
4344
borderBottom: '2px solid var(--TextField-brandBorderColor)'
4445
},

0 commit comments

Comments
 (0)