mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 14:07:59 -06:00
Updated label styles
This commit is contained in:
@@ -82,13 +82,17 @@ class _DocumentFilterPanelState extends State<DocumentFilterPanel> {
|
|||||||
),
|
),
|
||||||
Align(
|
Align(
|
||||||
alignment: Alignment.centerLeft,
|
alignment: Alignment.centerLeft,
|
||||||
child: Text(S.of(context).documentFilterSearchLabel),
|
child: Text(
|
||||||
|
S.of(context).documentFilterSearchLabel,
|
||||||
|
style: Theme.of(context).textTheme.caption,
|
||||||
|
),
|
||||||
).paddedOnly(left: 8.0),
|
).paddedOnly(left: 8.0),
|
||||||
_buildQueryFormField().padded(),
|
_buildQueryFormField().padded(),
|
||||||
Align(
|
Align(
|
||||||
alignment: Alignment.centerLeft,
|
alignment: Alignment.centerLeft,
|
||||||
child: Text(
|
child: Text(
|
||||||
S.of(context).documentFilterAdvancedLabel,
|
S.of(context).documentFilterAdvancedLabel,
|
||||||
|
style: Theme.of(context).textTheme.caption,
|
||||||
),
|
),
|
||||||
).padded(),
|
).padded(),
|
||||||
_buildCreatedDateRangePickerFormField(),
|
_buildCreatedDateRangePickerFormField(),
|
||||||
|
|||||||
Reference in New Issue
Block a user