Skip to content

Commit

Permalink
styling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly-akamai committed Nov 14, 2024
1 parent fb7f060 commit d7c0ccf
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ const StyledTextField = styled(TextField, {
backgroundColor: theme.bg.bgPaper,
border: 'none',
},
'& .MuiList-root': {
border: `1px solid ${theme.palette.primary.main}`,
},
'& .MuiSelect-select': {
border: 'none',
},
Expand Down

0 comments on commit d7c0ccf

Please sign in to comment.