Skip to content

Commit

Permalink
fix(ds-theme): incorrect overlay box-shadow (#1236)
Browse files Browse the repository at this point in the history
Co-authored-by: Napat Bualoy <[email protected]>
  • Loading branch information
efx-grid and bualoy-napat authored Dec 17, 2024
1 parent 57be338 commit a0a1b19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/ds-theme/src/custom-elements/ef-overlay.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@

:host {
border-radius: @comp-popover-container-radius-md;

&[with-shadow] {
box-shadow: @cont-elevation-common-level-3;
}
}

0 comments on commit a0a1b19

Please sign in to comment.