mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-22 03:28:52 +00:00
fix(StatusEmojiReactions): Text in own reactions has wrong color in dark mode
always use "white on blue" Fixes #9944
This commit is contained in:
parent
36940cc81e
commit
eecaa0c7b9
@ -123,7 +123,7 @@ Item {
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
text: model.numberOfReactions
|
||||
font.pixelSize: 12
|
||||
color: model.didIReactWithThisEmoji ? Theme.palette.indirectColor1 : Theme.palette.directColor1
|
||||
color: model.didIReactWithThisEmoji ? Theme.palette.white : Theme.palette.directColor1
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user