2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-06-16 23:27:25 +02:00

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
lib/pages

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