Skip to content

Commit

Permalink
ligh theme added
Browse files Browse the repository at this point in the history
  • Loading branch information
marizvi committed Oct 30, 2021
1 parent 67c6ec5 commit 7709c72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ui/utils/past_event_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class _PastEventListState extends State<PastEventList> {
@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(
Expand Down

0 comments on commit 7709c72

Please sign in to comment.