mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-15 02:12:25 -06:00
fix: Switch to pdfrx pdf rendering library
This commit is contained in:
@@ -126,13 +126,12 @@ class FormBuilderColorPickerField extends FormBuilderField<Color> {
|
||||
onSaved: onSaved,
|
||||
enabled: enabled,
|
||||
onReset: onReset,
|
||||
decoration: decoration,
|
||||
focusNode: focusNode,
|
||||
builder: (FormFieldState<Color?> field) {
|
||||
final state = field as FormBuilderColorPickerFieldState;
|
||||
return TextField(
|
||||
style: style,
|
||||
decoration: state.decoration.copyWith(
|
||||
decoration: decoration.copyWith(
|
||||
suffixIcon: colorPreviewBuilder != null
|
||||
? colorPreviewBuilder(field.value)
|
||||
: LayoutBuilder(
|
||||
|
||||
Reference in New Issue
Block a user