@2kog/pkg-widget 0.1.21 → 0.1.22

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": "@2kog/pkg-widget",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -503,7 +503,7 @@ export default {
503
503
  display: flex;
504
504
  align-items: flex-start;
505
505
  justify-content: center;
506
- gap: 0.6rem;
506
+ gap: 5px;
507
507
  font-size: 0.75rem;
508
508
  color: #94a3b8;
509
509
  line-height: 1.5;