changed to light theme

This commit is contained in:
Juan Marulanda De Los Rios 2024-08-06 22:49:45 +00:00
parent 04fa186b2c
commit 66d3746491

View File

@ -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: {