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(
name: translations.templateSelectionLabel,
backgroundColor:
colors.selectedDayColor ?? colorScheme.primaryFixedDim,
backgroundColor: Colors.white,
borderColor: colorScheme.primary,
),
),