Give secondary buttons a background colour again

This background colour is the same as the main background, on which these buttons almost always are situated. However in the cases where they are not, such as the post-processing scripts button, this makes the text easier to read than a completely transparent background colour.

Done as a 5 minute fix.
This commit is contained in:
Ghostkeeper 2021-07-21 14:18:45 +02:00
parent 50e0885b55
commit 14f0c30795
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@
"primary_text": [255, 255, 255, 204],
"secondary": [95, 95, 95, 255],
"secondary_button": [0, 0, 0, 0],
"secondary_button": [39, 44, 48, 255],
"secondary_button_hover": [85, 85, 87, 255],
"secondary_button_text": [255, 255, 255, 255],

View file

@ -193,7 +193,7 @@
"primary_button_hover": [16, 70, 156, 255],
"primary_button_text": [255, 255, 255, 255],
"secondary_button": [255, 255, 255, 0],
"secondary_button": [255, 255, 255, 255],
"secondary_button_shadow": [216, 216, 216, 255],
"secondary_button_hover": [232, 240, 253, 255],
"secondary_button_text": [25, 110, 240, 255],