Skip to content

Commit

Permalink
modified the color of search icon in both light and dark mode, hovere…
Browse files Browse the repository at this point in the history
…d and unhovered
  • Loading branch information
yiningwang11 committed Apr 25, 2023
1 parent 2252936 commit cd6bb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/src/default/theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function createDefaultTheme(themeType: 'light' | 'dark'): Theme {
return createMuiTheme({
palette: {
primary: {
main: themeType === 'dark' ? '#eeeeee' : '#444',
main: themeType === 'dark' ? '#111111' : '#ffffff',
dark: themeType === 'dark' ? '#f4f4f4' : '#565157'
},
secondary: {
Expand Down

0 comments on commit cd6bb87

Please sign in to comment.