Add Patient Manager Page

This commit is contained in:
2024-04-06 15:54:24 +02:00
parent e17b5e24aa
commit 491f854cf7
7 changed files with 60 additions and 31 deletions

View File

@@ -29,7 +29,7 @@ class MyAppBar extends StatelessWidget implements PreferredSizeWidget {
title: Text(
barTitle,
style: const TextStyle(
fontWeight: FontWeight.normal,
fontWeight: FontWeight.bold,
color: Colors.black,
),
),