fix back icon

This commit is contained in:
NicKoehler 2023-02-23 14:53:24 +01:00
parent bb26ba3384
commit 37deaf67cc
No known key found for this signature in database
GPG Key ID: BAE01394EB51AC58

View File

@ -752,9 +752,12 @@ class _FileManagerPageState extends State<FileManagerPage>
padding: EdgeInsets.only(
right: 3,
),
child: SvgPicture.asset(
"assets/arrow.svg",
color: Theme.of(context).tabBarTheme.labelColor,
child: RotatedBox(
quarterTurns: 2,
child: SvgPicture.asset(
"assets/arrow.svg",
color: Theme.of(context).tabBarTheme.labelColor,
),
),
color: Theme.of(context).cardColor,
hoverColor: Theme.of(context).hoverColor,