Skip to content

Commit

Permalink
add outline to the open button (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegMoshkovich committed Oct 11, 2022
1 parent 65806ce commit 057eff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Components/OpenModelControl.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const useStyles = makeStyles((theme) => ({
'& button': {
'width': '44px',
'height': '44px',
'border': 'none',
'border': `1px solid ${theme.palette.highlight.heavy}`,
'&.Mui-selected, &.Mui-selected:hover': {
backgroundColor: '#97979770',
},
Expand Down
2 changes: 1 addition & 1 deletion src/Components/SearchBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default function SearchBar({fileOpen}) {
sx={{
...theme.theme.typography.tree,
'marginTop': '4px',
'marginLeft': '4px',
'marginLeft': '8px',
'& input::placeholder': {
opacity: .3,
},
Expand Down

0 comments on commit 057eff9

Please sign in to comment.