mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-02 16:14:21 +01:00
chore: Change story background color
This commit is contained in:
parent
784e268143
commit
93e22cf468
@ -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…
Reference in New Issue
Block a user