Skip to content

Commit

Permalink
fix(dropdown): update elevations
Browse files Browse the repository at this point in the history
  • Loading branch information
didimmova committed Sep 30, 2024
1 parent a83cae0 commit a61b380
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sass/themes/schemas/components/elevation/_drop-down.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
////

/// @type Map
/// @prop {Number} elevation [8] - The elevation level, between 0-24, to be used for the drop-down shadow.
/// @prop {Number} elevation [3] - The elevation level, between 0-24, to be used for the drop-down shadow.
$default-elevation-drop-down: (
elevation: 8,
elevation: 3,
);

/// @type Map
/// @prop {Number} elevation [4] - The elevation level, between 0-24, to be used for the drop-down shadow.
/// @prop {Number} elevation [3] - The elevation level, between 0-24, to be used for the drop-down shadow.
$fluent-elevation-drop-down: (
elevation: 4,
elevation: 3,
);

/// @type Map
Expand Down

0 comments on commit a61b380

Please sign in to comment.