Skip to content

Commit

Permalink
Tabs bottom (polkadot-js#3672)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Sep 12, 2020
1 parent d6699c2 commit 443db33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions packages/react-components/src/Tabs/Tab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ function Tab ({ basePath, className = '', count, hasParams, index, isExact, isRo
export default React.memo(styled(Tab)`
border-bottom: 2px solid transparent;
color: #4e4e4e !important;
margin-bottom: -3px;
padding: 0.5rem 1.5rem 0.75rem;
&.tabLinkActive {
Expand Down
1 change: 0 additions & 1 deletion packages/react-components/src/Tabs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export default React.memo(styled(Tabs)`
border-bottom: 1px solid #eeecea;
display: flex;
margin: 0 -1.5rem;
overflow-x: scroll;
padding: 1.5rem 1.5rem 0;
text-align: left;
z-index: 1;
Expand Down

0 comments on commit 443db33

Please sign in to comment.