Skip to content

Commit

Permalink
Fix close button position
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtum committed Apr 19, 2024
1 parent 48a9056 commit bc61fda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions search_interface/src/Search/SearchDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ function SearchDialog({ themeMode, fontFamily, versionWarning, library, urlPrefi
onClick={handleDialogClose}
size='small'
variant='outlined'
sx={{ minWidth: 44, height: 44, textTransform: 'none', flexDirection: 'column' }}
sx={{ pt: 0.8, minWidth: 44, height: 44, textTransform: 'none', flexDirection: 'column' }}
>
<CloseIcon fontSize='inherit' />
<Typography fontSize='inherit'>Esc</Typography>
Esc
</Button>
</Grid>
<Grid item xs={12}>
Expand Down

0 comments on commit bc61fda

Please sign in to comment.