chore: Change story background color
This commit is contained in:
parent
223fa03f82
commit
b6195e617e
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ class AddStoryView extends StatelessWidget {
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
final video = controller.videoPlayerController;
|
final video = controller.videoPlayerController;
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
backgroundColor: Colors.blueGrey,
|
backgroundColor: Colors.blueGrey.shade900,
|
||||||
appBar: AppBar(
|
appBar: AppBar(
|
||||||
systemOverlayStyle: SystemUiOverlayStyle.light,
|
systemOverlayStyle: SystemUiOverlayStyle.light,
|
||||||
backgroundColor: Colors.transparent,
|
backgroundColor: Colors.transparent,
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ class StoryView extends StatelessWidget {
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
final currentEvent = controller.currentEvent;
|
final currentEvent = controller.currentEvent;
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
backgroundColor: Colors.blueGrey,
|
backgroundColor: Colors.blueGrey.shade900,
|
||||||
appBar: AppBar(
|
appBar: AppBar(
|
||||||
titleSpacing: 0,
|
titleSpacing: 0,
|
||||||
leading: IconButton(
|
leading: IconButton(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue