Skip to content

Commit

Permalink
fix review column on settings
Browse files Browse the repository at this point in the history
  • Loading branch information
alongoni committed Dec 20, 2023
1 parent b844f6f commit 3520d5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Settings/steps/ReviewStep.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function ReviewStep({
<Box display="flex" justifyContent="center">
<StyledBox mt={3} mb={1} gap={2}>
<FlexCenterBox>
<Typography variant="h6" width={200}>
<Typography variant="h6" width={120}>
Network
</Typography>
<NetworkBadge
Expand All @@ -44,7 +44,7 @@ function ReviewStep({
/>
</FlexCenterBox>
<FlexCenterBox>
<Typography variant="h6" width={200}>
<Typography variant="h6" width={120}>
Owner
</Typography>
<Typography component="div">
Expand All @@ -59,7 +59,7 @@ function ReviewStep({
</Typography>
</FlexCenterBox>
<FlexCenterBox>
<Typography variant="h6" width={200}>
<Typography variant="h6" width={120}>
Threshold
</Typography>
<Typography variant="body1" color={theme.palette.common.white}>
Expand Down

0 comments on commit 3520d5f

Please sign in to comment.