diff --git a/frontend/lib/devices/device_detail.dart b/frontend/lib/devices/device_detail.dart index dd4433e..12a0ca2 100644 --- a/frontend/lib/devices/device_detail.dart +++ b/frontend/lib/devices/device_detail.dart @@ -122,7 +122,7 @@ class _DeviceHeader extends StatelessWidget { final theme = Theme.of(context); return Row( children: [ - Icon(device.deviceType.icon, size: 48), + Icon(device.deviceType.icon, size: 48, color: theme.colorScheme.onSurface), const SizedBox(width: 16), Expanded( child: Column(