mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-31 00:36:19 +00:00
chore(InformationTag): fix asset color
- it wasn't suitable for dark mode
This commit is contained in:
parent
5665602451
commit
84ac6e5902
@ -60,6 +60,7 @@ Control {
|
||||
asset.height: visible ? 16 : 0
|
||||
asset.bgHeight: visible ? 16 : 0
|
||||
asset.bgWidth: visible ? 16 : 0
|
||||
asset.color: Theme.palette.directColor1
|
||||
visible: !!asset.name
|
||||
}
|
||||
StatusBaseText {
|
||||
|
Loading…
x
Reference in New Issue
Block a user