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

@ -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,
)