fix: replace svgWidget by FlowySv (#3212)

This commit is contained in:
Yijing Huang 2023-08-15 11:15:09 -05:00 committed by GitHub
parent ee14d31194
commit 29431b3038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(