chore: Change story background color

This commit is contained in:
Christian Pauly 2021-12-27 17:16:35 +01:00
parent 784e268143
commit 93e22cf468
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ class AddStoryView extends StatelessWidget {
Widget build(BuildContext context) {
final video = controller.videoPlayerController;
return Scaffold(
backgroundColor: Colors.blueGrey,
backgroundColor: Colors.blueGrey.shade900,
appBar: AppBar(
systemOverlayStyle: SystemUiOverlayStyle.light,
backgroundColor: Colors.transparent,

View File

@ -25,7 +25,7 @@ class StoryView extends StatelessWidget {
Widget build(BuildContext context) {
final currentEvent = controller.currentEvent;
return Scaffold(
backgroundColor: Colors.blueGrey,
backgroundColor: Colors.blueGrey.shade900,
appBar: AppBar(
titleSpacing: 0,
leading: IconButton(