Skip to content

Commit b3d5433

Browse files
committed
Update fix
1 parent 8c94733 commit b3d5433

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "superfly-css-utilities-colors",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "Color utilities",
55
"main": "src/main/css/index.css",
66
"scripts": {

src/main/css/index.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292

9393
:root {
9494
--u-background-color-silver-grey {
95-
color: #9e9e9e !important;
95+
background-color: #9e9e9e !important;
9696
}
9797
}
9898

0 commit comments

Comments
 (0)