chore(InformationTag): fix asset color

- it wasn't suitable for dark mode
This commit is contained in:
Lukáš Tinkl 2024-07-09 10:39:24 +02:00 committed by Lukáš Tinkl
parent 5665602451
commit 84ac6e5902
1 changed files with 1 additions and 0 deletions

View File

@ -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 {