fixed author's text color to be more viewable

This commit is contained in:
Vishal 2024-05-05 06:56:48 +05:30 committed by GitHub
parent 70b048eb80
commit e1d963a751
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 7 deletions

View file

@ -1,12 +1,7 @@
{ {
"plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py", "plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py",
"versions": { "versions": {
"1.0.19": { "1.0.19": null,
"api_version": 8,
"commit_sha": "be70116",
"released_on": "04-05-2024",
"md5sum": "f0a9ed605dd91e2210a47a0cd6067ded"
},
"1.0.18": { "1.0.18": {
"api_version": 8, "api_version": 8,
"commit_sha": "5af504e", "commit_sha": "5af504e",

View file

@ -1113,7 +1113,7 @@ class PluginWindow(popup.PopupWindow):
v_align='center', v_align='center',
text=text, text=text,
scale=text_scale * 0.8, scale=text_scale * 0.8,
color=(0.45, 0.36, 0.46), color=(0.75, 0.7, 0.8),
maxwidth=width * 0.9, maxwidth=width * 0.9,
draw_controller=author_text_control_btn, draw_controller=author_text_control_btn,
) )