Skip to content

Commit

Permalink
Update rule component to use new theme variables
Browse files Browse the repository at this point in the history
  • Loading branch information
bartaz committed Apr 25, 2024
1 parent 1e6f27c commit 2f3ad91
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions scss/_patterns_rule.scss
Expand Up @@ -8,19 +8,11 @@
}

.p-rule--muted {
background-color: $colors--light-theme--border-low-contrast;

&.is-dark {
background-color: $colors--dark-theme--border-low-contrast;
}
background-color: $colors--theme--border-low-contrast;
}

.p-rule--highlight {
@include vf-highlight-bar($colors--light-theme--text-default);

&.is-dark {
@include vf-highlight-bar($colors--dark-theme--text-default);
}
@include vf-highlight-bar($colors--theme--text-default);

&.is-accent {
@include vf-highlight-bar($color-accent);
Expand Down

0 comments on commit 2f3ad91

Please sign in to comment.