mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-09 04:07:57 -06:00
Styling of popup dialog
This commit is contained in:
@@ -92,13 +92,8 @@ class _LabelFormFieldState<T extends Label> extends State<LabelFormField<T>> {
|
|||||||
suggestionsBoxDecoration: SuggestionsBoxDecoration(
|
suggestionsBoxDecoration: SuggestionsBoxDecoration(
|
||||||
elevation: 4.0,
|
elevation: 4.0,
|
||||||
shadowColor: Theme.of(context).colorScheme.primary,
|
shadowColor: Theme.of(context).colorScheme.primary,
|
||||||
// color: Theme.of(context).colorScheme.surfaceVariant,
|
|
||||||
shape: RoundedRectangleBorder(
|
shape: RoundedRectangleBorder(
|
||||||
borderRadius: BorderRadius.circular(8),
|
borderRadius: BorderRadius.circular(8),
|
||||||
// side: BorderSide(
|
|
||||||
// color: Theme.of(context).colorScheme.primary,
|
|
||||||
// width: 2.0,
|
|
||||||
// ),
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
itemBuilder: (context, suggestion) => ListTile(
|
itemBuilder: (context, suggestion) => ListTile(
|
||||||
|
|||||||
Reference in New Issue
Block a user