@saooti/octopus-sdk 31.0.32 → 31.0.33

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
@@ -619,3 +619,4 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
619
619
  * 31.0.30 Changement css
620
620
  * 31.0.31 Changement css (trop de fun)
621
621
  * 31.0.32 Changement css (toujours trop de fun)
622
+ * 31.0.33 Changement css (on n'arrete plus le fun)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "31.0.32",
3
+ "version": "31.0.33",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -120,6 +120,7 @@
120
120
  justify-content: center;
121
121
  color : $octopus-primary-dark;
122
122
  flex-shrink: 0;
123
+ border-radius: 50% !important;
123
124
  }
124
125
 
125
126
  .btn-rss {