Skip to content

Commit

Permalink
make messageStatusIcon in chatlistitem green
Browse files Browse the repository at this point in the history
related to #1164
  • Loading branch information
Simon-Laux authored and Jikstra committed Dec 4, 2019
1 parent 9999216 commit d27fa4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/ThemeBackend.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export function ThemeDataBuilder (theme) {
messageButtons: '#8b8e91',
messageButtonsHover: '#070c14',
// Message Bubble - Metadata
messageStatusIcon: '#a4a6a9',
messageStatusIcon: '#4caf50',
messageStatusIconSending: '#62656a',
messagePadlockOutgoing: '#4caf50',
messagePadlockIncomming: '#a4a6a9',
Expand Down

0 comments on commit d27fa4f

Please sign in to comment.