Skip to content

Commit af3552a

Browse files
committed
fix(tab): remove margin between Tabs in iOS and Mac
1 parent c34269e commit af3552a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Tab/Tab.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const StyledTab = styled.button`
1919
border-bottom: none;
2020
border-top-left-radius: 5px;
2121
border-top-right-radius: 5px;
22-
margin-bottom: -2px;
22+
margin: 0 0 -2px 0;
2323
cursor: default;
2424
color: ${({ theme }) => theme.text};
2525
user-select: none;

0 commit comments

Comments
 (0)