diff --git a/modules/legacy/modules/control_panel/lib/src/features/control_panel/presentation/control_panel_screen.dart b/modules/legacy/modules/control_panel/lib/src/features/control_panel/presentation/control_panel_screen.dart index 280e43d4..fe5e00c4 100644 --- a/modules/legacy/modules/control_panel/lib/src/features/control_panel/presentation/control_panel_screen.dart +++ b/modules/legacy/modules/control_panel/lib/src/features/control_panel/presentation/control_panel_screen.dart @@ -362,7 +362,7 @@ class _DeviceDropdownState extends State<_DeviceDropdown> @override Widget build(BuildContext context) { - final primaryColor = Theme.of(context).primaryColor; + final primaryColor = context.sfColors.legacyPrimary; final selectedName = widget.selectedDevice?.carrierName ?? ''; return CompositedTransformTarget(