Commit 9d422fc4 by Linus Groh Committed by GitHub

Storybook: Fix typo in ThemeColors component (#27999)

parent 266aba71
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment