Skip to content

Commit 7296a6c

Browse files
committed
smart app subscriptions - front - updated headers
1 parent 0e3366a commit 7296a6c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

smart-app-launch-subscriptions/front/src/components/notification-details.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ const EventEncounterCreated = ({ event }: { event: EhrEventCreateEncounter }) =>
7373
<div>
7474
<Space align="start" style={{ display: "flex" }}>
7575
<Avatar style={{ backgroundColor: "#ccc", verticalAlign: 'middle' }} size="large">
76-
{data.name[0]}
77-
</Avatar>
76+
{data.name[0]}
77+
</Avatar>
7878
<div>
7979
<Text style={{ margin: 0 }}><strong>{data.name}</strong>, {data.yearsOld}, {data.gender}</Text>
8080
<br />
@@ -136,7 +136,7 @@ export const NotificationDetails = ({ event, onBack }: NotificationDetailsProps)
136136
/>
137137
</Col>
138138
<Col>
139-
<Title level={4} style={{ margin: 0 }}>{getEventTitle(event)}</Title>
139+
<Title level={5} style={{ margin: 0 }}>{getEventTitle(event)}</Title>
140140
</Col>
141141
</Row>
142142
</>

smart-app-launch-subscriptions/front/src/components/notification-explorer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const NotificationExplorer = ({ events, iframeDoc }: { events: EhrEventSt
6060
header={
6161
<Row align="middle" justify="space-between">
6262
<Col>
63-
<Title level={4} style={{ margin: 0 }}>Notifications</Title>
63+
<Title level={5} style={{ margin: 0 }}>Notifications</Title>
6464
</Col>
6565
<Col>
6666
<Tooltip title="Mark all as read" getPopupContainer={() => iframeDoc.body}>

0 commit comments

Comments
 (0)