Skip to content

Commit

Permalink
feat(gui-front): change height for subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Oct 7, 2024
1 parent faea452 commit d446780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ export const RemoveOarButton = ({ darPath, oarPath }: Props) => {
startIcon={loading ? <CircularProgressWithLabel value={progress} /> : <DeleteIcon />}
sx={{
marginTop: '9px',
minHeight: '50px',
width: '100%',
height: '60%',
}}
type='button'
variant='outlined'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ export const UnhideDarButton = ({ path }: Props) => {
startIcon={loading ? <CircularProgressWithLabel value={progress} /> : <VisibilityIcon />}
sx={{
marginTop: '9px',
minHeight: '50px',
width: '100%',
height: '60%',
}}
type='button'
variant='outlined'
Expand Down

0 comments on commit d446780

Please sign in to comment.