UI Update

This commit is contained in:
2024-07-05 18:56:36 +02:00
parent f46711de4a
commit e09ca04e8a
3 changed files with 139 additions and 140 deletions

View File

@@ -238,7 +238,7 @@ class _PatientNotesState extends State<PatientNotes> {
"Notes",
textAlign: TextAlign.center,
style: TextStyle(
fontSize: 35,
fontSize: 25,
fontWeight: FontWeight.bold,
color: Colors.blueAccent),
),
@@ -252,7 +252,7 @@ class _PatientNotesState extends State<PatientNotes> {
),
const Padding(
padding: EdgeInsets.symmetric(horizontal: 20.0),
child: Divider(),
child: Divider(color: Colors.blueAccent),
),
const SizedBox(height: 10),
BuildNotesList(notes: notesList),