Skip to content

Commit

Permalink
update the value of $drawer-z-index with tokens.$coral-elevation-laye…
Browse files Browse the repository at this point in the history
…r-standard-front
  • Loading branch information
hbhong committed Sep 12, 2023
1 parent 25390bc commit 7d01401
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/theme/src/theme/_guidelines.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/// Talend spec from the guidelines
/// @group Guidelines
////
@use '~@talend/design-tokens/lib/tokens';

@import './helpers';
@import './colors';
Expand Down Expand Up @@ -53,7 +54,7 @@ $navbar-brand-logo-width: 75px !default;
/// Drawer z-index
/// should always stay lower than dialog z-index which is set to 1040
/// @type Number (Unitless)
$drawer-z-index: 15 !default;
$drawer-z-index: tokens.$coral-elevation-layer-standard-front !default; // 4

/// Navbar form top and bottom width
/// @type Number (Unit)
Expand Down

0 comments on commit 7d01401

Please sign in to comment.