From 97b69a7aae9669de909e52651ccc614b040bf11d Mon Sep 17 00:00:00 2001 From: Anton Stubenbord Date: Mon, 2 Jan 2023 01:30:34 +0100 Subject: [PATCH] Styling of popup dialog --- lib/features/labels/view/widgets/label_form_field.dart | 5 ----- 1 file changed, 5 deletions(-) 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(