mirror of
https://github.com/Iconica-Development/flutter_availability.git
synced 2025-05-19 05:03:44 +02:00
fix: give selected day in the template legend a white color
This commit is contained in:
parent
d54a67bc8e
commit
51914867ad
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