Skip to content

Commit 03090e8

Browse files
committed
feat: change default spacing to 4
1 parent 7412583 commit 03090e8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package/contents/ui/code/globals.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ const baseWidgetConfig = {
174174
"foregroundColor": baseFgColor,
175175
"radius": baseRadius,
176176
"margin": baseMargin,
177-
"spacing": 3,
177+
"spacing": 4,
178178
"border": baseBorder,
179179
"shadow": baseShadowConfig,
180180
}
@@ -196,7 +196,7 @@ const baseOverrideConfig = {
196196
"foregroundColor": baseFgColor,
197197
"radius": baseRadius,
198198
"margin": baseMargin,
199-
"spacing": 3,
199+
"spacing": 4,
200200
"border": baseBorder,
201201
"shadow": baseShadowConfig,
202202
"enabled": true,

package/contents/ui/presets/ChromeOS/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
"bottom": 4
291291
}
292292
},
293-
"spacing": 3,
293+
"spacing": 4,
294294
"border": {
295295
"enabled": false,
296296
"customSides": false,

package/contents/ui/presets/Default/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
"bottom": 0
287287
}
288288
},
289-
"spacing": 3,
289+
"spacing": 4,
290290
"border": {
291291
"enabled": false,
292292
"customSides": false,

package/contents/ui/presets/Rubik/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
"bottom": 4
289289
}
290290
},
291-
"spacing": 3,
291+
"spacing": 4,
292292
"border": {
293293
"enabled": true,
294294
"customSides": false,

0 commit comments

Comments
 (0)