diff options
Diffstat (limited to 'src/components/StyleGuide.tsx')
| -rw-r--r-- | src/components/StyleGuide.tsx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/components/StyleGuide.tsx b/src/components/StyleGuide.tsx index ee38697..aba3110 100644 --- a/src/components/StyleGuide.tsx +++ b/src/components/StyleGuide.tsx @@ -50,14 +50,14 @@ class StyleGuide extends PureComponent { </Pane> {/* @ts-expect-error ts-migrate(2741) FIXME: Property 'style' is missing in type '{ children: E... Remove this comment to see the full error message */} <Pane> - <ToggleSwitch name="test" options={optionsRule} value="Rule" onChange={noop} /> + <ToggleSwitch name='test' options={optionsRule} value='Rule' onChange={noop} /> </Pane> {/* @ts-expect-error ts-migrate(2741) FIXME: Property 'style' is missing in type '{ children: E... Remove this comment to see the full error message */} <Pane> - <Button text="Test Lxatency" start={<Zap size={16} />} /> - <Button text="Test Lxatency" start={<Zap size={16} />} isLoading /> - <Button label="Test Lxatency" /> - <Button label="Button Plain" kind="minimal" /> + <Button text='Test Lxatency' start={<Zap size={16} />} /> + <Button text='Test Lxatency' start={<Zap size={16} />} isLoading /> + <Button label='Test Lxatency' /> + <Button label='Button Plain' kind='minimal' /> </Pane> <Pane style={{ paddingLeft: 20 }}> <Loading /> |
