changed to light theme
This commit is contained in:
parent
04fa186b2c
commit
66d3746491
@ -1,9 +1,11 @@
|
|||||||
import 'package:crab_ui/contact.dart';
|
import 'package:crab_ui/contact.dart';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'home_page.dart';
|
import 'home_page.dart';
|
||||||
import 'email.dart';
|
import 'api_service.dart';
|
||||||
|
import 'dart:html' as html;
|
||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
|
WidgetsFlutterBinding.ensureInitialized();
|
||||||
runApp(const HyM());
|
runApp(const HyM());
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -14,7 +16,7 @@ class HyM extends StatelessWidget {
|
|||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return MaterialApp(
|
return MaterialApp(
|
||||||
debugShowCheckedModeBanner: false,
|
debugShowCheckedModeBanner: false,
|
||||||
theme: ThemeData.dark(),
|
theme: ThemeData.light(),
|
||||||
title: 'HyM',
|
title: 'HyM',
|
||||||
home: HomeScreen(),
|
home: HomeScreen(),
|
||||||
routes: {
|
routes: {
|
||||||
|
Loading…
Reference in New Issue
Block a user