@veritree/ui 0.89.1 → 0.89.2

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": "@veritree/ui",
3
- "version": "0.89.1",
3
+ "version": "0.89.2",
4
4
  "description": "veritree ui library",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -317,6 +317,8 @@ export default {
317
317
  border-radius: 50%;
318
318
  /* height: 2rem; */
319
319
  aspect-ratio: 1 / 1;
320
+ width: 2.5rem;
321
+ height: 2.5rem;
320
322
  }
321
323
  }
322
324