actualiza todos los campos excepto schedule
This commit is contained in:
+4
-3
@@ -17,14 +17,15 @@ class MyAppView extends StatelessWidget {
|
||||
theme: ThemeData(
|
||||
colorScheme: const ColorScheme.light(
|
||||
background: Colors.white,
|
||||
onBackground: Colors.black,
|
||||
onBackground: Colors.grey,
|
||||
primary: Color.fromRGBO(66, 164, 239, 1),
|
||||
onPrimary: Colors.black,
|
||||
secondary: Color.fromRGBO(35, 108, 244, 1),
|
||||
onPrimary: Colors.white,
|
||||
secondary: Colors.white,
|
||||
onSecondary: Colors.white,
|
||||
tertiary: Color.fromRGBO(214, 244, 255, 1),
|
||||
error: Colors.red,
|
||||
outline: Color(0xFF424242),
|
||||
secondaryContainer: Colors.red,
|
||||
),
|
||||
),
|
||||
home: BlocBuilder<AuthenticationBloc, AuthenticationState>(
|
||||
|
||||
Reference in New Issue
Block a user