mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
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:
co-authored by
Claude Sonnet 4.6
parent
b15cb46c43
commit
4b88de1198
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user