Skip to content

Commit

Permalink
increase itheum delegator modal size
Browse files Browse the repository at this point in the history
  • Loading branch information
michavie committed Feb 15, 2024
1 parent 9c8d48c commit 9e33367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/itheum/src/widgets/DashboardWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function DashboardWidget(props: WidgetRootProps) {
View
</_Button>
</div>
<Dialog open={isDelegating} onClose={() => setIsDelegating(false)}>
<Dialog open={isDelegating} onClose={() => setIsDelegating(false)} size="4xl">
{!!info && <Delegator info={info} />}
</Dialog>
</div>
Expand Down

0 comments on commit 9e33367

Please sign in to comment.