fix: give selected day in the template legend a white color

This commit is contained in:
Freek van de Ven 2024-07-24 14:02:12 +02:00
parent d54a67bc8e
commit 51914867ad

View file

@ -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,
), ),
), ),