mirror of
https://github.com/markqvist/Sideband.git
synced 2025-08-02 03:26:25 -04:00
UI Tweaks and theme updates
This commit is contained in:
parent
7104e95b30
commit
49f3f9c732
3 changed files with 20 additions and 3 deletions
|
@ -132,7 +132,7 @@ class Messages():
|
|||
heading_str = titlestr+"[b]Sent[/b] "+txstr+" [b]State[/b] Unknown"
|
||||
|
||||
else:
|
||||
msg_color = mdc("Green", intensity_msgs)
|
||||
msg_color = mdc(color_received, intensity_msgs)
|
||||
heading_str = titlestr+"[b]Sent[/b] "+txstr+"\n[b]Received[/b] "+rxstr
|
||||
|
||||
item = ListLXMessageCard(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue