We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ad162 commit be5619bCopy full SHA for be5619b
lib/src/fields/form_builder_signature_pad.dart
@@ -74,7 +74,7 @@ class FormBuilderSignaturePad extends FormBuilderField<Uint8List> {
74
final theme = Theme.of(state.context);
75
final localizations = MaterialLocalizations.of(state.context);
76
final cancelButtonColor =
77
- state.enabled ? theme.errorColor : theme.disabledColor;
+ state.enabled ? theme.colorScheme.error : theme.disabledColor;
78
79
return InputDecorator(
80
decoration: state.decoration,
0 commit comments