Skip to content

Commit

Permalink
subheader
Browse files Browse the repository at this point in the history
  • Loading branch information
canoypa committed Nov 9, 2023
1 parent 6588ab1 commit 6dc2dcc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ export const Settings: FC = () => {

return (
<>
<List>
<ListSubheader>Settings</ListSubheader>
<List subheader={<ListSubheader>Settings</ListSubheader>}>
<ListItemButton onClick={() => setLengthOpen(true)}>
<ListItemText primary="Password Length" secondary={length ?? "..."} />
</ListItemButton>
Expand Down

0 comments on commit 6dc2dcc

Please sign in to comment.