diff --git a/lib/src/Fields/src/action_field.dart b/lib/src/Fields/src/action_field.dart index 166b27e..60cadba 100644 --- a/lib/src/Fields/src/action_field.dart +++ b/lib/src/Fields/src/action_field.dart @@ -147,6 +147,8 @@ class _AstromicActionFieldState extends State> { child: Material( type: MaterialType.transparency, child: InkWell( + hoverColor: widget.style!(widget.configuration?.isEnabled ?? true).hoverColor, + focusColor: widget.style!(widget.configuration?.isEnabled ?? true).focusColor, onTap: () async { if (widget.onTap != null) { (T item, String label)? c = _currentValue;