Skip to content

Commit

Permalink
오타 수정했다
Browse files Browse the repository at this point in the history
  • Loading branch information
healtheloper committed Dec 14, 2023
1 parent f0bbd51 commit 8449780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/co-design-styles/src/theme/CoProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const GlobalStyles = () => {
backgroundColor: theme.colorScheme === 'dark' ? theme.colors.darkBackground : theme.colors.lightBackground,
color: theme.colorScheme === 'dark' ? theme.palettes.gray[0] : theme.palettes.gray[9],
lineHeight: theme.lineHeight,
fontSizes: theme.fontSizes.medium,
fontSize: theme.fontSizes.medium,
} as any,
})}
/>
Expand Down

0 comments on commit 8449780

Please sign in to comment.