Merge branch 'dev' of github.com:refilc/naplo into dev

This commit is contained in:
Pearoo
2024-03-20 21:33:19 +01:00
4 changed files with 24 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)