@bigtablet/design-system 1.6.6 → 1.6.7

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/index.css +2 -2
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -450,8 +450,8 @@
450
450
  margin: 0;
451
451
  }
452
452
  .radio_dot {
453
- width: 1.125rem;
454
- height: 1.125rem;
453
+ width: 1rem;
454
+ height: 1rem;
455
455
  box-sizing: border-box;
456
456
  border: 1px solid #e5e5e5;
457
457
  border-radius: 9999px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigtablet/design-system",
3
- "version": "1.6.6",
3
+ "version": "1.6.7",
4
4
  "description": "Bigtablet Design System UI Components",
5
5
  "type": "module",
6
6
  "types": "dist/index.d.ts",