mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
fixed author's text color to be more viewable
This commit is contained in:
parent
70b048eb80
commit
e1d963a751
2 changed files with 2 additions and 7 deletions
|
|
@ -1113,7 +1113,7 @@ class PluginWindow(popup.PopupWindow):
|
|||
v_align='center',
|
||||
text=text,
|
||||
scale=text_scale * 0.8,
|
||||
color=(0.45, 0.36, 0.46),
|
||||
color=(0.75, 0.7, 0.8),
|
||||
maxwidth=width * 0.9,
|
||||
draw_controller=author_text_control_btn,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue