Skip to content

Commit

Permalink
Adjust positioning of buttons in tab bar to align correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-golovanov committed Feb 5, 2025
1 parent fe1514f commit 156be69
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ export const PlusButtonContainer = styled.div<{ $showLeftBorder?: boolean }>`
position: sticky;
right: 0;
border: none;
min-width: 32px;
min-width: 28px;
min-height: 32px;
display: flex;
align-items: center;
justify-content: center;
justify-content: end;
${({ $showLeftBorder }) => animatedLeftBorder($showLeftBorder ?? false)};
`;
Expand Down

0 comments on commit 156be69

Please sign in to comment.