mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: mobile view and field list bottom sheets (#4727)
This commit is contained in:
@ -480,7 +480,11 @@ class _MoreOptionsState extends State<_MoreOptions> {
|
||||
Widget _buildDeleteButton(BuildContext context) {
|
||||
return FlowyOptionTile.text(
|
||||
text: LocaleKeys.button_delete.tr(),
|
||||
leftIcon: const FlowySvg(FlowySvgs.m_delete_s),
|
||||
textColor: Theme.of(context).colorScheme.error,
|
||||
leftIcon: FlowySvg(
|
||||
FlowySvgs.m_delete_s,
|
||||
color: Theme.of(context).colorScheme.error,
|
||||
),
|
||||
onTap: widget.onDelete,
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user