Skip to content

Commit aa953c5

Browse files
authored
feat(meter): use regular color on meter component (#780)
1 parent dd0232b commit aa953c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/src/components/meter/meter.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
width: 0;
6666

6767
&.is-success {
68-
background-color: var(--color-contextual-success-light-1);
68+
background-color: var(--color-contextual-success-regular);
6969
}
7070

7171
&.is-warning {

0 commit comments

Comments
 (0)