mirror of
https://github.com/Iconica-Development/flutter_availability.git
synced 2025-05-18 20:53:45 +02:00
fix: give selected day in the template legend a white color
This commit is contained in:
parent
89d3c794c7
commit
3b51a7f31d
1 changed files with 1 additions and 2 deletions
|
@ -98,8 +98,7 @@ class _TemplateLegendState extends State<TemplateLegend> {
|
|||
),
|
||||
child: _TemplateLegendItem(
|
||||
name: translations.templateSelectionLabel,
|
||||
backgroundColor:
|
||||
colors.selectedDayColor ?? colorScheme.primaryFixedDim,
|
||||
backgroundColor: Colors.white,
|
||||
borderColor: colorScheme.primary,
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue