Skip to content

Commit 158302b

Browse files
committed
wip: Update example
1 parent 94d5903 commit 158302b

File tree

4 files changed

+202
-223
lines changed

4 files changed

+202
-223
lines changed

example/lib/main.dart

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ class _MyAppState extends State<MyApp> {
1919
@override
2020
Widget build(BuildContext context) {
2121
return MaterialApp(
22-
theme: ThemeData(
23-
primaryColor: const Color(0xff416ff4),
24-
canvasColor: Colors.white,
25-
scaffoldBackgroundColor: const Color(0xffF7F9FB),
26-
dividerColor: Colors.grey.withOpacity(0.3),
27-
),
2822
builder: BotToastInit(),
2923
navigatorObservers: [BotToastNavigatorObserver()],
3024
home: const HomePage(),

0 commit comments

Comments
 (0)