Skip to content

Commit d3ca214

Browse files
committed
use background-color in css
1 parent 821ea92 commit d3ca214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/css/badge.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
--dsc-badge-height: 14px;
66
--dsc-badge-width: 14px;
77

8-
background: var(--dsc-badge-background);
8+
background-color: var(--dsc-badge-background);
99
color: var(--dsc-badge-color);
1010
border-radius: var(--ds-border-radius-full);
1111
display: grid;

0 commit comments

Comments
 (0)