adjusted tracker icons

This commit is contained in:
Schnitzel5 2025-08-25 19:08:50 +02:00
parent c973fc2a27
commit 809db56b35
5 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View file

@ -73,14 +73,14 @@ TrackStatus toTrackStatus(TrackStatus status, ItemType itemType, int syncId) {
const Color.fromRGBO(18, 25, 35, 1),
),
4 => (
"assets/trackers_icons/tracker_simkl.png",
"assets/trackers_icons/tracker_simkl.webp",
"Simkl",
const Color.fromARGB(8, 8, 8, 1),
const Color.fromRGBO(8, 8, 8, 1),
),
_ => (
"assets/trackers_icons/tracker_trakt.png",
"assets/trackers_icons/tracker_trakt.webp",
"Trakt",
const Color.fromARGB(175, 175, 54, 162),
const Color.fromRGBO(175, 54, 162, 1),
),
};
}