fixed color things

This commit is contained in:
Kima
2024-03-20 21:21:37 +01:00
parent e188536d65
commit 3e7f38666e
3 changed files with 5 additions and 2 deletions

View File

@@ -716,7 +716,7 @@ class TimetablePageState extends State<TimetablePage>
indicatorPadding:
const EdgeInsets.symmetric(horizontal: 10.0),
indicator: BoxDecoration(
color: AppColors.of(context).highlight,
color: Theme.of(context).colorScheme.background,
// color: Colors.transparent,
// border: Border.all(
// color: AppColors.of(context)