Skip to content

Commit

Permalink
fix: remove background color from TabBar (#820)
Browse files Browse the repository at this point in the history
* BREAKING CHANGE: remove background color from TabBar

* fix: remove background color

* test: update snapshot
  • Loading branch information
wmoai committed Jun 5, 2020
1 parent 5df6953 commit 4ea3e8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/TabBar/TabBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const Wrapper = styled.div<{ themes: Theme }>`
return css`
display: flex;
background-color: #fff;
&.bordered {
position: relative;
Expand Down
2 changes: 1 addition & 1 deletion src/components/TabBar/__snapshots__/TabBar.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ exports[`TabBar should be match snapshot 1`] = `
}
>
<div
className="sc-AxjAm cdVSsP bordered"
className="sc-AxjAm KiHRv bordered"
role="tablist"
>
<Component
Expand Down

0 comments on commit 4ea3e8f

Please sign in to comment.