chore: Follow up dark mode color
This commit is contained in:
parent
8ef1ff1e1a
commit
9d393900f8
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class NaviRailItem extends StatelessWidget {
|
|||
width: isSelected ? 4 : 0,
|
||||
duration: const Duration(milliseconds: 200),
|
||||
decoration: BoxDecoration(
|
||||
color: Theme.of(context).primaryColor,
|
||||
color: Theme.of(context).colorScheme.primary,
|
||||
borderRadius: const BorderRadius.only(
|
||||
topRight: Radius.circular(90),
|
||||
bottomRight: Radius.circular(90),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue