finished new status bar shit

This commit is contained in:
Kima
2024-03-17 21:06:41 +01:00
parent 2bdc26cb21
commit 561b2e4b53
3 changed files with 56 additions and 15 deletions

View File

@@ -718,11 +718,12 @@ class TimetablePageState extends State<TimetablePage>
indicatorPadding:
const EdgeInsets.symmetric(horizontal: 10.0),
indicator: BoxDecoration(
color: Colors.transparent,
border: Border.all(
color: AppColors.of(context)
.text
.withOpacity(0.90)),
color: AppColors.of(context).highlight,
// color: Colors.transparent,
// border: Border.all(
// color: AppColors.of(context)
// .text
// .withOpacity(0.90)),
// color: Theme.of(context)
// .colorScheme
// .secondary