diff --git a/lib/features/labels/view/widgets/label_form_field.dart b/lib/features/labels/view/widgets/label_form_field.dart index 8ea5467..a43f18d 100644 --- a/lib/features/labels/view/widgets/label_form_field.dart +++ b/lib/features/labels/view/widgets/label_form_field.dart @@ -92,13 +92,8 @@ class _LabelFormFieldState extends State> { suggestionsBoxDecoration: SuggestionsBoxDecoration( elevation: 4.0, shadowColor: Theme.of(context).colorScheme.primary, - // color: Theme.of(context).colorScheme.surfaceVariant, shape: RoundedRectangleBorder( borderRadius: BorderRadius.circular(8), - // side: BorderSide( - // color: Theme.of(context).colorScheme.primary, - // width: 2.0, - // ), ), ), itemBuilder: (context, suggestion) => ListTile(