@saooti/octopus-sdk 30.0.16 → 30.0.17

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/README.md CHANGED
@@ -513,4 +513,5 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
513
513
  * 30.0.13 Améliorations css
514
514
  * 30.0.14 Améliorations css
515
515
  * 30.0.15 Améliorations css
516
- * 30.0.16 Change Aria-Label in title
516
+ * 30.0.16 Change Aria-Label in title
517
+ * 30.0.17 Oups
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "30.0.16",
3
+ "version": "30.0.17",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -263,7 +263,7 @@
263
263
  align-items: center;
264
264
  }
265
265
  .bg-secondary{
266
- background: #eee;
266
+ background: #eee !important;
267
267
  }
268
268
  }
269
269