Skip to content

Commit

Permalink
🐛 fix: adjust shadow (#1240)
Browse files Browse the repository at this point in the history
fix: adjust shadow
  • Loading branch information
hirsch88 authored Dec 13, 2023
1 parent 1735686 commit a999f17
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/little-mugs-tickle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@baloise/design-system-components': patch
---

Adjust shadow value to normal for the components `bal-tooltip` & `bal-popup`.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
--bal-popup-container-background: var(--bal-color-white)
--bal-popup-variant-popover-max-width: auto
--bal-popup-variant-popover-radius: var(--bal-radius-large)
--bal-popup-variant-popover-shadow: var(--bal-shadow-large)
--bal-popup-variant-popover-shadow: var(--bal-shadow-normal)
--bal-popup-variant-drawer-radius: var(--bal-radius-large)
--bal-popup-arrow-background: var(--bal-color-white)
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
--bal-tooltip-container-background: var(--bal-color-primary-6)
--bal-tooltip-max-width: auto
--bal-tooltip-radius: var(--bal-radius-normal)
--bal-tooltip-shadow: var(--bal-shadow-large)
--bal-tooltip-shadow: var(--bal-shadow-normal)
--bal-tooltip-arrow-background: var(--bal-color-primary-6)
--bal-tooltip-font-family: var(--bal-font-family-text)
--bal-tooltip-font-size: var(--bal-size-small)

0 comments on commit a999f17

Please sign in to comment.