Skip to content

Commit

Permalink
Set global select toggle icon
Browse files Browse the repository at this point in the history
  • Loading branch information
tschumpr committed Aug 14, 2024
1 parent 2c96291 commit 4110838
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/client/src/AppTheme.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { createTheme } from "@mui/material/styles";
import ArrowDownIcon from "./assets/icons/arrow_down.svg?react";

export const theme = createTheme({
palette: {
Expand Down Expand Up @@ -129,6 +130,11 @@ export const theme = createTheme({
},
},
},
MuiSelect: {
defaultProps: {
IconComponent: ArrowDownIcon,
},
},
MuiFormControl: {
styleOverrides: {
root: {
Expand Down

0 comments on commit 4110838

Please sign in to comment.