We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee955f5 commit 6c2c0f1Copy full SHA for 6c2c0f1
src/components/TabBar/TabBar.module.scss
@@ -63,7 +63,7 @@
63
.clipPathContainer {
64
position: absolute;
65
display: flex;
66
- background-color: var(--quaternary-fill-background);
+ background-color: var(--tertiary-fill-background);
67
width: calc(100% - 8px);
68
clip-path: inset(0px calc(75% - 5px) 0px 0% round 100px);
69
will-change: clip-path;
src/components/TabBar/components/Tab/Tab.module.scss
@@ -13,7 +13,7 @@
13
color: var(--tg-theme-text-color);
14
font-size: 10px;
15
line-height: 12px;
16
- opacity: 0.4 !important;
+ opacity: 0.85 !important;
17
position: relative;
18
z-index: 2;
19
gap: 2px;
0 commit comments