diff --git a/lib/app/views/device_picker.dart b/lib/app/views/device_picker.dart index f9082500..9c692890 100644 --- a/lib/app/views/device_picker.dart +++ b/lib/app/views/device_picker.dart @@ -233,7 +233,7 @@ class _DeviceRowState extends ConsumerState<_DeviceRow> { colorScheme: colorScheme, listTileTheme: themeData.listTileTheme.copyWith( tileColor: widget.background != null - ? widget.background! + ? colorScheme.primary : themeData.colorScheme.primary, textColor: widget.selected ? colorScheme.onPrimary : null, iconColor: widget.selected ? colorScheme.onPrimary : null,