We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7076e07 commit 1997701Copy full SHA for 1997701
src/main/scss/components/_tabs.scss
@@ -1,6 +1,6 @@
1
@use "../abstracts/mixins";
2
3
-$border-radius: 100px;
+$border-radius: 19px;
4
5
.tabBarFrame {
6
position: relative;
@@ -36,7 +36,7 @@ $border-radius: 100px;
36
display: flex;
37
align-items: center;
38
justify-content: center;
39
- min-height: 36px;
+ min-height: 34px;
40
padding: 0 1.2rem;
41
border-radius: $border-radius;
42
color: var(--tabs-item-foreground);
0 commit comments