Skip to content

Commit 25fdd46

Browse files
author
Eaglenait
committed
buttonColorBase to 1,1,1 since it acts as the alpha channel for base colors
1 parent afe588b commit 25fdd46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ export const DEFAULT_UI_PARAMS: Partial<UIElement> = {
263263
imageColor: [1, 1, 1],
264264
imageAlpha: 1,
265265
buttonEnabled: false,
266-
buttonColorBase: [0.3, 0.3, 0.3],
266+
buttonColorBase: [1, 1, 1],
267267
buttonAlphaBase: 1,
268268
buttonColorDisabled: [0.1, 0.1, 0.1],
269269
buttonAlphaDisabled: 0.5,

0 commit comments

Comments
 (0)