feat: darken textboxes
This commit is contained in:
parent
e864e67717
commit
d6e6a52d36
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ local Talkies = {
|
|||
titleBackgroundColor = nil,
|
||||
titleBorderColor = nil,
|
||||
messageColor = {1, 1, 1},
|
||||
messageBackgroundColor = {0, 0, 0, 0.5},
|
||||
messageBackgroundColor = {0, 0, 0, 0.8},
|
||||
messageBorderColor = nil,
|
||||
|
||||
rounding = 0,
|
||||
|
|
Loading…
Reference in a new issue