Skip to content

Commit

Permalink
Theme update fix
Browse files Browse the repository at this point in the history
  • Loading branch information
its-me-abhishek committed Nov 20, 2023
1 parent 136bedd commit 979cee4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,13 @@ class _MyAppState extends State<MyApp> {

return Sizer(builder: ((context, orientation, deviceType) {
return GetMaterialApp(
builder: (context, child) {
return Builder(
builder: (BuildContext context) {
return child!;
},
);
},
debugShowCheckedModeBanner: false,
title: 'Taskwarrior',
theme: ThemeData(
Expand Down

0 comments on commit 979cee4

Please sign in to comment.