fix: adjust spacing in create new routines dialog for improved layout

This commit is contained in:
mohammad
2025-06-18 14:55:12 +03:00
parent 63da660ece
commit 01e8002c43

View File

@ -94,9 +94,7 @@ class _CreateNewRoutinesDialogState extends State<CreateNewRoutinesDialog> {
), ),
], ],
)), )),
const SizedBox(height: 5), const SizedBox(height: 21),
const SizedBox(height: 8),
const SizedBox(height: 8),
Padding( Padding(
padding: const EdgeInsets.only( padding: const EdgeInsets.only(
left: 15, right: 20), left: 15, right: 20),