Skip to content

Commit

Permalink
krille-chan#7 UC-3012: Ankündigung bearbeiten // dark mode on iPhone,…
Browse files Browse the repository at this point in the history
… no back arrow is visible
  • Loading branch information
Monz Philipp authored and Hannich Matthias committed Aug 16, 2023
1 parent 1316186 commit fa16123
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ReadReceiptOverviewView extends StatelessWidget {
return Scaffold(
//backgroundColor: color,
appBar: AppBar(
leading: const BackButton(color: Colors.black),
leading: BackButton(color: Theme.of(context).colorScheme.onBackground),
systemOverlayStyle: SystemUiOverlayStyle.light,
backgroundColor: Colors.transparent,
elevation: 0,
Expand Down

0 comments on commit fa16123

Please sign in to comment.