Skip to content

Commit

Permalink
feat(navigation-bar-private): fix button colors
Browse files Browse the repository at this point in the history
  • Loading branch information
fulcanellee committed Jan 30, 2025
1 parent f69e863 commit 74e5a53
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/warm-crabs-press.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@alfalab/core-components-navigation-bar-private': patch
---

Изменены цвета кнопок
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
@import '../../../../vars/src/index.css';
@import '../../../../vars/src/colors-monochrome.css';
@import '../../vars.css';

.component {
height: 100%;
background: var(--color-light-bg-primary-alpha-40);
background: var(--color-static-monochrome-white-4);
backdrop-filter: blur(10px);
border-radius: var(--border-radius-pill);
min-width: 48px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import '../../../../vars/src/index.css';
@import '../../../../vars/src/colors-monochrome.css';
@import '../../vars.css';

.closer {
Expand All @@ -12,7 +13,7 @@
}

.button {
background: var(--color-light-bg-primary-alpha-40);
background: var(--color-static-monochrome-white-4);
backdrop-filter: blur(10px);
color: var(--color-light-neutral-translucent-1300);

Expand Down

0 comments on commit 74e5a53

Please sign in to comment.