Slightly thicker category color indicator on apps page

This commit is contained in:
Imran Remtulla
2022-12-25 20:31:20 -05:00
parent 4573ce6bcf
commit 7af0a8628c

View File

@@ -230,7 +230,7 @@ class AppsPageState extends State<AppsPage> {
decoration: BoxDecoration(
border: Border.symmetric(
vertical: BorderSide(
width: 3,
width: 4,
color: Color(settingsProvider.categories[
sortedApps[index].app.category] ??
const Color.fromARGB(0, 0, 0, 0).value)))),