Skip to content

Commit

Permalink
Update packages/@o3r/styling/scss/theming/_mixins.scss
Browse files Browse the repository at this point in the history
Co-authored-by: matthieu-crouzet <[email protected]>
  • Loading branch information
cpaulve-1A and matthieu-crouzet authored Feb 6, 2024
1 parent 4949db9 commit 51bbdc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@o3r/styling/scss/theming/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/// @param {@see @link https://github.com/AmadeusITGroup/otter/blob/main/docs/styling/THEME.md#technical-structure-advance} $o3r-theme Otter theme
@mixin apply-theme($o3r-theme: (), $metadata-black-list-pattern: ('_mat-theming-internal')) {
:root {
@include _apply-theme($o3r-theme, '', $details: (tags: ('theme')), $metadata-black-list-pattern: $metadata-black-list-pattern);
@include _apply-theme($o3r-theme, '', $metadata-black-list-pattern: $metadata-black-list-pattern);
}
}

Expand Down

0 comments on commit 51bbdc8

Please sign in to comment.