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…
Reference in New Issue