Fix(ui): Fix some ui bugs
Find Button In DeviceLogsScreen Fix offlineText when in DarkMode Update offlineIcons
This commit is contained in:
@@ -461,7 +461,7 @@ class _DetailGroupScreenState extends State<DetailGroupScreen> {
|
||||
DeviceUtils.instance.checkStateDevice(
|
||||
context, devices[index].state!),
|
||||
style: TextStyle(
|
||||
color: DeviceUtils.instance.getTableRowColor(
|
||||
color: DeviceUtils.instance.getTableRowColor(context,
|
||||
devices[index].state!,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user