Skip to content

Commit

Permalink
fix(status): fix title text color
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMenga committed Jan 9, 2024
1 parent d83da6e commit e1a7b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/status/status.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// travel the shadow boundary are defined through this mixin
@include sbb.host-component-properties;

$has-title: ':where([data-slot-names~=title], [title-content])';
$has-title: ':is([data-slot-names~=title], [title-content])';

:host {
--sbb-status-gap: var(--sbb-spacing-fixed-1x);
Expand Down

0 comments on commit e1a7b1a

Please sign in to comment.