chore: Change story background color

onboarding
Christian Pauly 4 years ago
parent 223fa03f82
commit b6195e617e

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

@ -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(

Loading…
Cancel
Save