fix: correct svg for row actions (#3664)

Closes: #3450
This commit is contained in:
Dhruv Sharma
2023-10-10 15:00:44 +05:30
committed by GitHub
parent ffdf5d24a0
commit acd53eb640

View File

@ -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,
),
);