mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: fix nested path (#2204)
This commit is contained in:
parent
c45c0a8cff
commit
72dac29b80
@ -12,7 +12,7 @@ class FlowySvg extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return svgWidget(
|
||||
'assets/images/$name.svg',
|
||||
name,
|
||||
size: size,
|
||||
color: Theme.of(context).iconTheme.color,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user