Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
Merge pull request #105 from Synthetixio/fix/tab-style
Browse files Browse the repository at this point in the history
fix: tab component not working properly
  • Loading branch information
Rickk137 authored Jun 29, 2022
2 parents f1591e7 + dd3c3f0 commit 228a49f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Tabs/Tabs.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ Basic.args = {
items: [
{
id: 1,
label: 'tab12',
label: 'tab 1',
content: <div style={{ display: 'flex' }}>Tab 1</div>
},
{
id: 2,
label: 'tab2',
label: 'tab 2',
content: null
},
{
Expand Down

0 comments on commit 228a49f

Please sign in to comment.