Skip to content

Commit deace78

Browse files
committed
fix a11y
1 parent ffa9a11 commit deace78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/badge/badge.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @prop --padding-start: Left padding if direction is left-to-right, and right padding if direction is right-to-left of the badge
1515
*/
1616
--background: white;
17-
--color: red;
17+
--color: green;
1818
--padding-top: #{$badge-padding-top};
1919
--padding-end: #{$badge-padding-end};
2020
--padding-bottom: #{$badge-padding-bottom};

0 commit comments

Comments
 (0)