mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-01-11 18:30:34 +00:00
adjusted tracker icons
This commit is contained in:
parent
c973fc2a27
commit
809db56b35
5 changed files with 4 additions and 4 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 1.7 KiB |
BIN
assets/trackers_icons/tracker_simkl.webp
Normal file
BIN
assets/trackers_icons/tracker_simkl.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 29 KiB |
BIN
assets/trackers_icons/tracker_trakt.webp
Normal file
BIN
assets/trackers_icons/tracker_trakt.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
|
|
@ -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),
|
||||
),
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue