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
89d3c794c7
commit
3b51a7f31d
1 changed files with 1 additions and 2 deletions
|
@ -98,8 +98,7 @@ class _TemplateLegendState extends State<TemplateLegend> {
|
||||||
),
|
),
|
||||||
child: _TemplateLegendItem(
|
child: _TemplateLegendItem(
|
||||||
name: translations.templateSelectionLabel,
|
name: translations.templateSelectionLabel,
|
||||||
backgroundColor:
|
backgroundColor: Colors.white,
|
||||||
colors.selectedDayColor ?? colorScheme.primaryFixedDim,
|
|
||||||
borderColor: colorScheme.primary,
|
borderColor: colorScheme.primary,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue