@touchtech/baselayer-ui 2.2.3 → 2.2.4

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.
Files changed (2) hide show
  1. package/dist/styles.css +1 -0
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -561,6 +561,7 @@
561
561
 
562
562
  ._1uifmKNPDzdu5YDnhgwPQK._2q7WvROhNm3gsRIRaQQeaU {
563
563
  border-radius: 50%;
564
+ padding: calc(var(--icon-size) / 1.25);
564
565
  }
565
566
 
566
567
  ._1uifmKNPDzdu5YDnhgwPQK:focus {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@touchtech/baselayer-ui",
3
- "version": "2.2.3",
3
+ "version": "2.2.4",
4
4
  "description": "React UI component library",
5
5
  "main": "dist/bundle.js",
6
6
  "scripts": {