Skip to content

Commit ecb8c8f

Browse files
committed
style(status-screen-layout): increase horizontal padding to 40
1 parent 9e9d9b0 commit ecb8c8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/status-screen-layout/status-screen-layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const useStyles = makeStyles((_theme, { iconBackgroundColor }: StyleProps) => ({
5252
flex: 1,
5353
justifyContent: "center",
5454
alignItems: "center",
55-
paddingHorizontal: 20,
55+
paddingHorizontal: 40,
5656
gap: 26,
5757
},
5858
iconCircle: {

0 commit comments

Comments
 (0)