@saooti/octopus-sdk 29.0.27 → 29.0.28

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
@@ -494,4 +494,5 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
494
494
  * 29.0.25 Specific category does not display in correct order
495
495
  * 29.0.26 Snackbar position
496
496
  * 29.0.27 Petit cursor:pointer des familles
497
+ * 29.0.28 Petite couleur des familles
497
498
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "29.0.27",
3
+ "version": "29.0.28",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -24,6 +24,7 @@
24
24
  width: 100%;
25
25
  background: white;
26
26
  display: flex;
27
+ color: #353535 !important;
27
28
  @media (max-width: 500px){
28
29
  width: 95%;
29
30
  margin: 2.5% !important;