progress towards matching the design of save routine dialog.

This commit is contained in:
Faris Armoush
2025-04-17 16:14:26 +03:00
parent 2e4f904d3a
commit 84264391d9
3 changed files with 105 additions and 61 deletions

View File

@ -16,6 +16,7 @@ class DialogHeader extends StatelessWidget {
),
Text(
title,
textAlign: TextAlign.center,
style: Theme.of(context).textTheme.bodyMedium!.copyWith(
color: ColorsManager.primaryColorWithOpacity,
fontWeight: FontWeight.bold,