From 15febcff8c2d2c1de69d0a75b1eb2e3b1391f91b Mon Sep 17 00:00:00 2001 From: samau3 Date: Mon, 28 Oct 2024 15:02:47 -0700 Subject: [PATCH] Restyle modal title and text --- .../src/pages/patients/register/inputs/RegisterPhysician.jsx | 5 ++++- .../patients/register/inputs/RegisterPhysician.module.css | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/client/src/pages/patients/register/inputs/RegisterPhysician.jsx b/client/src/pages/patients/register/inputs/RegisterPhysician.jsx index 9691155f..fe20e54a 100644 --- a/client/src/pages/patients/register/inputs/RegisterPhysician.jsx +++ b/client/src/pages/patients/register/inputs/RegisterPhysician.jsx @@ -7,6 +7,7 @@ import { Alert, Modal, Transition, + Text, } from '@mantine/core'; import { useForm, isNotEmpty } from '@mantine/form'; import { useDisclosure } from '@mantine/hooks'; @@ -189,7 +190,9 @@ export default function RegisterPhysician({ title="This form has unsaved changes." yOffset="16vh" > -

Are you sure you want to close this form without submitting?

+ + Are you sure you want to close this form without submitting? +