We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa9a11 commit deace78Copy full SHA for deace78
core/src/components/badge/badge.scss
@@ -14,7 +14,7 @@
14
* @prop --padding-start: Left padding if direction is left-to-right, and right padding if direction is right-to-left of the badge
15
*/
16
--background: white;
17
- --color: red;
+ --color: green;
18
--padding-top: #{$badge-padding-top};
19
--padding-end: #{$badge-padding-end};
20
--padding-bottom: #{$badge-padding-bottom};
0 commit comments