Skip to content

Commit

Permalink
remove unnecessary padding declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed May 9, 2024
1 parent b504896 commit 9ba7125
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/src/modules/components/AppFrame.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,7 @@ export default function AppFrame(props) {
</Tooltip>
<Notifications />
<Tooltip title={t('appFrame.toggleSettings')} enterDelay={300}>
<IconButton
color="primary"
size="small"
onClick={() => setSettingsOpen(true)}
sx={{ px: '8px' }}
>
<IconButton color="primary" size="small" onClick={() => setSettingsOpen(true)}>
<SettingsIcon fontSize="small" />
</IconButton>
</Tooltip>
Expand Down

0 comments on commit 9ba7125

Please sign in to comment.