@posiwise/core-styles 1.0.13 → 1.0.14

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/core-styles",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -372,7 +372,7 @@
372
372
  .p-button,
373
373
  .p-button:enabled:active,
374
374
  .p-button:hover {
375
- background: var(--first);
375
+ background: var(--first) !important;
376
376
  border: 1px solid var(--first);
377
377
  color: #fff !important;
378
378
  }