Skip to content

Commit

Permalink
Improve settings sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
KaffinPX committed Jun 28, 2024
1 parent ff707da commit 40bbbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Wallet/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function Settings () {
<SettingsIcon />
</Button>
</SheetTrigger>
<SheetContent side={"right"} className="flex flex-col w-[100%]">
<SheetContent side={"right"} className="flex flex-col w-[80%]">
<SheetHeader>
<SheetTitle>{i18n.getMessage('settings')}</SheetTitle>
</SheetHeader>
Expand Down

0 comments on commit 40bbbc3

Please sign in to comment.