Skip to content

Commit 6c2c0f1

Browse files
committed
Updated TabBar colors
1 parent ee955f5 commit 6c2c0f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/TabBar/TabBar.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
.clipPathContainer {
6464
position: absolute;
6565
display: flex;
66-
background-color: var(--quaternary-fill-background);
66+
background-color: var(--tertiary-fill-background);
6767
width: calc(100% - 8px);
6868
clip-path: inset(0px calc(75% - 5px) 0px 0% round 100px);
6969
will-change: clip-path;

src/components/TabBar/components/Tab/Tab.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
color: var(--tg-theme-text-color);
1414
font-size: 10px;
1515
line-height: 12px;
16-
opacity: 0.4 !important;
16+
opacity: 0.85 !important;
1717
position: relative;
1818
z-index: 2;
1919
gap: 2px;

0 commit comments

Comments
 (0)