Skip to content

Commit

Permalink
Fix from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
imagoiq committed Apr 8, 2024
1 parent 3a8e1d7 commit 7fbcfdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/styles/src/variables/_color.scss
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ $notification-colors: list.join(
// Merge with the other color maps
$background-colors: map.merge($background-colors, $signal-colors);
$background-colors: map.merge($background-colors, $signal-background-colors);
$background-colors: map.merge($background-colors, $accent-colors);

// Compile a list of dark backgrounds, used in the :is selector mixin at mixins/color
$dark-backgrounds: () !default;
Expand Down

0 comments on commit 7fbcfdf

Please sign in to comment.