react-restyle-components 0.1.70 → 0.1.71

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.
Files changed (2) hide show
  1. package/lib/global.css +1 -1
  2. package/package.json +1 -1
package/lib/global.css CHANGED
@@ -972,7 +972,7 @@ video {
972
972
  }
973
973
 
974
974
  .bg-orange1 {
975
- background-color: '#EF4444';
975
+ background-color: '#EF4444' !important;
976
976
  }
977
977
 
978
978
  .bg-slate-800 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-restyle-components",
3
- "version": "0.1.70",
3
+ "version": "0.1.71",
4
4
  "private": false,
5
5
  "description": "Easy use restyle components",
6
6
  "main": "./lib/index.js",