Storybook: Fix typo in ThemeColors component (#27999)

This commit is contained in:
Linus Groh 2020-10-03 06:07:53 +01:00 committed by GitHub
parent 266aba71eb
commit 9d422fc400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ export const ThemeColors = () => {
<DemoBox bg={theme.colors.bg2} border={theme.colors.border2}>
<DemoText>
colors.bg2 background used for elements placed on colors.bg1. Using colors.border1 should be used on
elements placed ontop of bg1. Ths box is using border2.
elements placed ontop of bg1. This box is using border2.
</DemoText>
<DemoBox bg={theme.colors.bg3} border={theme.colors.border2}>
<DemoText>colors.bg3 background used for elements placed on colors.bg2.</DemoText>