Skip to content

Commit

Permalink
Fix tabs border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Feb 22, 2025
1 parent b97764d commit f21444b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scss/components/_tabs.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@use "../abstracts/mixins";

$border-radius: 100px;
$border-radius: 19px;

.tabBarFrame {
position: relative;
Expand Down Expand Up @@ -36,7 +36,7 @@ $border-radius: 100px;
display: flex;
align-items: center;
justify-content: center;
min-height: 36px;
min-height: 34px;
padding: 0 1.2rem;
border-radius: $border-radius;
color: var(--tabs-item-foreground);
Expand Down

0 comments on commit f21444b

Please sign in to comment.