Skip to content

Commit

Permalink
fix Tabs bottom line distance
Browse files Browse the repository at this point in the history
  • Loading branch information
eshark9312 committed Nov 22, 2023
1 parent 0c60c0f commit 8095d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/common/components/Tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const TabsStyles = styled.div<TabsSize>`
content: '';
position: absolute;
left: 0;
bottom: -2px;
bottom: 0;
width: calc(100%);
height: 1px;
background-color: ${Colors.Black[200]};
Expand Down

0 comments on commit 8095d71

Please sign in to comment.