mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-19 13:09:30 +02:00
Slightly thicker category color indicator on apps page
This commit is contained in:
@@ -230,7 +230,7 @@ class AppsPageState extends State<AppsPage> {
|
|||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
border: Border.symmetric(
|
border: Border.symmetric(
|
||||||
vertical: BorderSide(
|
vertical: BorderSide(
|
||||||
width: 3,
|
width: 4,
|
||||||
color: Color(settingsProvider.categories[
|
color: Color(settingsProvider.categories[
|
||||||
sortedApps[index].app.category] ??
|
sortedApps[index].app.category] ??
|
||||||
const Color.fromARGB(0, 0, 0, 0).value)))),
|
const Color.fromARGB(0, 0, 0, 0).value)))),
|
||||||
|
Reference in New Issue
Block a user