Skip to content

Commit c16d50d

Browse files
Tweak about dialog after Chakra UI upgrade (#1149)
1 parent 1fc8b7c commit c16d50d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/workbench/AboutDialog/AboutDialog.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,13 @@ const AboutDialog = ({ isOpen, onClose, finalFocusRef }: AboutDialogProps) => {
132132
}}
133133
/>
134134
</Text>
135-
<SimpleGrid columns={[1, 1, 2, 2]} spacing={8}>
135+
<SimpleGrid columns={[1, 1, 2, 2]} spacing={5}>
136136
<Box>
137137
<AspectRatio
138138
ml="auto"
139139
mr="auto"
140140
ratio={690 / 562}
141-
maxWidth={[388, 388, null, null]}
141+
maxWidth={[303, 303, null, null]}
142142
>
143143
<Image
144144
src={microbitHeartImage}

0 commit comments

Comments
 (0)