bge-ui 1.2.4 → 1.2.5

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
@@ -1435,7 +1435,7 @@ to {
1435
1435
  display: flex;
1436
1436
  align-items: center;
1437
1437
  cursor: pointer;
1438
- padding: 7px 16px;
1438
+ padding: 15px 2px;
1439
1439
  }
1440
1440
  .bge-slider.mark {
1441
1441
  margin-bottom: 32px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bge-ui",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -171,7 +171,7 @@ watch(() => props.modelValue, (val: number) => {
171
171
  display: flex;
172
172
  align-items: center;
173
173
  cursor: pointer;
174
- padding: 7px 16px;
174
+ padding: 15px 2px;
175
175
 
176
176
  &.mark {
177
177
  margin-bottom: 32px;