Fix device icon color in detail screen to match IP text

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
rzuasti
2026-05-27 19:16:29 -04:00
co-authored by Claude Sonnet 4.6
parent b15cb46c43
commit 4b88de1198
+1 -1
View File
@@ -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(