Skip to content

Commit

Permalink
feat(addon-mobile): update TabBar styles (#7977)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlufy authored Jul 1, 2024
1 parent 00082eb commit 067cae4
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions projects/addon-mobile/components/tab-bar/tab-bar.style.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import '@taiga-ui/core/styles/taiga-ui-local';

:host {
--tui-active-color: var(--tui-primary);
--tui-active-color: var(--tui-link);
position: relative;
display: flex;
align-items: flex-start;
Expand All @@ -13,15 +13,19 @@
'Segoe UI',
sans-serif;
height: var(--tui-height-l);
color: var(--tui-text-03);
backdrop-filter: blur(0.25rem);
color: var(--tui-text-02);
backdrop-filter: blur(0.3125rem);

&:before {
.fullsize();
content: '';
background: var(--tui-elevation-01);
background: var(--tui-base-02);
box-shadow: inset 0 1px var(--tui-base-04);
opacity: 0.9;
opacity: 0.8;

[tuiTheme='night'] & {
opacity: 0.7;
}
}
}

Expand Down

0 comments on commit 067cae4

Please sign in to comment.