diff --git a/README.md b/README.md index f699d25..581a8d7 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ The app implements a secure live chat system following Medplum's ["Organizing Co - **UI/UX Features** - Native look and feel + - Dark mode / theme support - Auto-scroll to bottom after new messages - Loading states and indicators - Safe area handling diff --git a/app/_layout.tsx b/app/_layout.tsx index ad23f28..3193556 100644 --- a/app/_layout.tsx +++ b/app/_layout.tsx @@ -57,8 +57,10 @@ export default function RootLayout() { return ( - - +