stone-kit 0.0.161 → 0.0.162

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -228,7 +228,7 @@ const i = ({
228
228
  "div",
229
229
  {
230
230
  style: {
231
- color: `${r} !important`,
231
+ color: r,
232
232
  width: l + "px",
233
233
  height: l + "px",
234
234
  transform: `rotate(${c}deg)`
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "stone-kit",
3
3
  "description": "uikit for redesign",
4
4
  "private": false,
5
- "version": "0.0.161",
5
+ "version": "0.0.162",
6
6
  "author": "Mollycodd1e",
7
7
  "license": "ISC",
8
8
  "type": "module",