@react5/ui 1.0.20 → 1.0.21

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": "@react5/ui",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "description": "A React UI library.",
5
5
  "homepage": "https://github.com/react5com/ui#readme",
6
6
  "bugs": {
@@ -262,7 +262,7 @@
262
262
  position: absolute;
263
263
  top: 0;
264
264
  right: 0;
265
- margin: 0.2rem 0.2rem 0 0;
265
+ margin: 0.4rem 0.4rem 0 0;
266
266
  }
267
267
 
268
268
  .r5ui-icon-button {
@@ -344,7 +344,7 @@ $title_font: var(--title_font, 'Poppins', serif);
344
344
  position: absolute;
345
345
  top: 0;
346
346
  right: 0;
347
- margin: 0.2rem 0.2rem 0 0;
347
+ margin: 0.4rem 0.4rem 0 0;
348
348
  }
349
349
 
350
350
  .r5ui-icon-button {
@@ -262,7 +262,7 @@
262
262
  position: absolute;
263
263
  top: 0;
264
264
  right: 0;
265
- margin: 0.2rem 0.2rem 0 0;
265
+ margin: 0.4rem 0.4rem 0 0;
266
266
  }
267
267
 
268
268
  .r5ui-icon-button {
@@ -344,7 +344,7 @@ $title_font: var(--title_font, 'Poppins', serif);
344
344
  position: absolute;
345
345
  top: 0;
346
346
  right: 0;
347
- margin: 0.2rem 0.2rem 0 0;
347
+ margin: 0.4rem 0.4rem 0 0;
348
348
  }
349
349
 
350
350
  .r5ui-icon-button {
@@ -2,5 +2,5 @@
2
2
  position: absolute;
3
3
  top: 0;
4
4
  right: 0;
5
- margin: 0.2rem 0.2rem 0 0;
5
+ margin: 0.4rem 0.4rem 0 0;
6
6
  }