Skip to content

Commit

Permalink
Updated tabs height
Browse files Browse the repository at this point in the history
  • Loading branch information
belousovjr committed Nov 22, 2023
1 parent 6d1b69b commit d6fd30f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Tabs/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ export const TabsWrap = styled(Flex)`
outline-offset: -1px;
background: ${({ theme }) => rgba(theme.colors.strokeGray, 0.08)};
border-radius: 32px;
padding: 5px 10px;
padding: 3px 10px;
`;

export const TabWrap = styled.button`
padding: 10px;
padding: 9px 10px;
border: none;
border-radius: 32px;
font-size: 16px;
font-size: 14px;
font-weight: 400;
line-height: 11px;
line-height: 10px;
min-width: 62px;
cursor: pointer;
outline: none;
Expand Down

0 comments on commit d6fd30f

Please sign in to comment.