Skip to content

Commit 00795c6

Browse files
authored
Merge pull request #124 from 7i7o/lesson-3-callouts
Lesson 3: Added Callouts
2 parents ed642be + d060570 commit 00795c6

File tree

6 files changed

+177
-226
lines changed

6 files changed

+177
-226
lines changed

components/ContentCallout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ const ComponentCallout: FC = (props: any) => {
77
const styles = useStyleConfig('ContentCallout', { size, variant })
88
return (
99
<Box __css={styles} {...rest}>
10-
<HStack spacing={4} align="center">
11-
<Box fontSize={36}>{emoji}</Box>
10+
<HStack spacing={4}>
11+
<Box fontSize={26}>{emoji}</Box>
1212
<Box maxWidth="90%">{children}</Box>
1313
</HStack>
1414
</Box>

0 commit comments

Comments
 (0)