bge-ui 1.5.6 → 1.5.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.
package/dist/style.css CHANGED
@@ -922,6 +922,7 @@ to {
922
922
  position: relative;
923
923
  }
924
924
  .bge-tabs.bge-tabs__pills-elevated {
925
+ padding: 2px;
925
926
  background: var(--bg-opacity);
926
927
  border-radius: var(--radius-small, 4px);
927
928
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bge-ui",
3
- "version": "1.5.6",
3
+ "version": "1.5.7",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -101,6 +101,7 @@ onMounted(() => {
101
101
  }
102
102
  }
103
103
  &.bge-tabs__pills-elevated {
104
+ padding: 2px;
104
105
  background: var(--bg-opacity);
105
106
  border-radius: var(--radius-small, 4px);
106
107