Skip to content

Commit 1997701

Browse files
authored
[JENKINS-75273] Fix tabs border radius (#10312)
1 parent 7076e07 commit 1997701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/scss/components/_tabs.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@use "../abstracts/mixins";
22

3-
$border-radius: 100px;
3+
$border-radius: 19px;
44

55
.tabBarFrame {
66
position: relative;
@@ -36,7 +36,7 @@ $border-radius: 100px;
3636
display: flex;
3737
align-items: center;
3838
justify-content: center;
39-
min-height: 36px;
39+
min-height: 34px;
4040
padding: 0 1.2rem;
4141
border-radius: $border-radius;
4242
color: var(--tabs-item-foreground);

0 commit comments

Comments
 (0)