@saooti/octopus-sdk 32.0.40 → 32.0.41

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": "@saooti/octopus-sdk",
3
- "version": "32.0.40",
3
+ "version": "32.0.41",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -146,7 +146,7 @@ export default defineComponent({
146
146
  align-items: center;
147
147
  justify-content: center;
148
148
  margin: 0 0.5rem;
149
- border-radius: 50%;
149
+ border-radius: 50% !important;
150
150
  font-size: 0.7rem !important;
151
151
  flex-shrink: 0;
152
152
  cursor: pointer;
@@ -158,7 +158,7 @@ export default defineComponent({
158
158
  align-items: center;
159
159
  justify-content: center;
160
160
  margin: 0 0.5rem;
161
- border-radius: 50%;
161
+ border-radius: 50% !important;
162
162
  font-size: 2.5rem !important;
163
163
  flex-shrink: 0;
164
164
  cursor: pointer;