mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-11-26 19:44:56 +00:00
@ -19,7 +19,7 @@ class RoutinesView extends StatefulWidget {
|
||||
}
|
||||
|
||||
class _RoutinesViewState extends State<RoutinesView> {
|
||||
Future<void> _handleRoutineCreation(BuildContext context) async {
|
||||
void _handleRoutineCreation(BuildContext context) async {
|
||||
final result = await showDialog<Map<String, dynamic>>(
|
||||
context: context,
|
||||
builder: (context) => const CreateNewRoutinesDialog(),
|
||||
@ -69,7 +69,7 @@ class _RoutinesViewState extends State<RoutinesView> {
|
||||
spacing: 16,
|
||||
children: [
|
||||
Text(
|
||||
'Create New Routines',
|
||||
"Create New Routines",
|
||||
style:
|
||||
Theme.of(context).textTheme.titleLarge?.copyWith(
|
||||
color: ColorsManager.grayColor,
|
||||
|
||||
Reference in New Issue
Block a user