From 7709c724ed3b7d8c4449c5b1c9045df845b37dd4 Mon Sep 17 00:00:00 2001 From: marizvi <202051121@iiitvadodara.ac.in> Date: Sun, 31 Oct 2021 01:49:20 +0530 Subject: [PATCH] ligh theme added --- lib/ui/utils/past_event_list.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ui/utils/past_event_list.dart b/lib/ui/utils/past_event_list.dart index c839734..dbc6a2a 100644 --- a/lib/ui/utils/past_event_list.dart +++ b/lib/ui/utils/past_event_list.dart @@ -16,6 +16,7 @@ class _PastEventListState extends State { @override Widget build(BuildContext context) { Styles styles = new Styles(Colors.grey.shade800,Colors.white,Colors.black12,Colors.black38); + if(lit==true) final styles=Styles(Colors.white,Colors.black,Colors.white60,Colors.white12); return SingleChildScrollView(