diff --git a/lib/screens/mobile/mobile_home.dart b/lib/screens/mobile/mobile_home.dart index 6feeda6..5383ee2 100644 --- a/lib/screens/mobile/mobile_home.dart +++ b/lib/screens/mobile/mobile_home.dart @@ -354,6 +354,7 @@ class _MobileHomeScaffoldState extends State with TickerProv SizedBox( width: 100, child: DropdownButton( + focusColor: Colors.transparent, value: _tabData[index].selectedValue.isEmpty ? null : _tabData[index].selectedValue, hint: Text( "Actions", @@ -407,6 +408,7 @@ class _MobileHomeScaffoldState extends State with TickerProv ), child: DropdownButton( value: _tabData[index].selectedSerializer.isEmpty ? null : _tabData[index].selectedSerializer, + focusColor: Colors.transparent, hint: const Text("Serializers"), items: [jsonSerializer, cborSerializer, msgPackSerializer].map((String value) { return DropdownMenuItem(