mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: replace svgWidget by FlowySv (#3212)
This commit is contained in:
parent
ee14d31194
commit
29431b3038
@ -101,7 +101,8 @@ class DatabaseSortItem extends StatelessWidget {
|
||||
.add(SortEditorEvent.deleteSort(sortInfo)),
|
||||
iconPadding: const EdgeInsets.all(5),
|
||||
hoverColor: AFThemeExtension.of(context).lightGreyHover,
|
||||
icon: svgWidget("home/close", color: Theme.of(context).iconTheme.color),
|
||||
icon:
|
||||
FlowySvg(FlowySvgs.close_s, color: Theme.of(context).iconTheme.color),
|
||||
);
|
||||
|
||||
return Row(
|
||||
|
Loading…
Reference in New Issue
Block a user