chore(ui): Set width device_name's column to 1/3 size_width in device_manager_screen

update text color on button show_direction_widget
This commit is contained in:
anhtunz
2025-04-15 11:59:18 +07:00
parent 8310451f6b
commit 07af3c344f
2 changed files with 3 additions and 6 deletions

View File

@@ -110,10 +110,6 @@ showDirections(
label: Text(
appLocalization(context).map_stream,
),
style: ButtonStyle(
backgroundColor:
WidgetStateProperty.all<Color>(Colors.blue[300]!),
),
),
],
),