Parcourir la source

fix: correct svg for row actions (#3664)

Closes: #3450
Dhruv Sharma il y a 1 an
Parent
commit
acd53eb640

+ 1 - 1
frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/row/row.dart

@@ -230,7 +230,7 @@ class _RowMenuButtonState extends State<RowMenuButton> {
       onPressed: () => widget.openMenu(),
       iconPadding: const EdgeInsets.all(3),
       icon: FlowySvg(
-        FlowySvgs.details_s,
+        FlowySvgs.drag_element_s,
         color: Theme.of(context).colorScheme.tertiary,
       ),
     );