mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
Storybook: Fix typo in ThemeColors component (#27999)
This commit is contained in:
parent
266aba71eb
commit
9d422fc400
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user