feat: reorder sort precedence (#4592)

* feat: reorder sorts

* chore: add tests, fix tests, fix tauri build and fix clippy

* fix: add missing import
This commit is contained in:
Richard Shiue
2024-02-05 13:52:59 +08:00
committed by GitHub
parent fda70ff560
commit a515715543
28 changed files with 589 additions and 134 deletions

View File

@ -169,6 +169,7 @@ class _DatabasePropertyCellState extends State<DatabasePropertyCell> {
FlowySvg(
widget.fieldInfo.fieldType.svgData,
color: Theme.of(context).iconTheme.color,
size: const Size.square(16),
),
],
),