Skip to content

Commit

Permalink
fix: notification font style
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Mar 13, 2024
1 parent a4c9986 commit f910148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Notification/Notification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function Notification({ notification }: NotificationProps) {
>
<div
key={`${notification.id}-toast-body-div`}
className="me-2 me-auto text-truncate"
className="me-2 me-auto text-truncate fw-medium"
style={{
textOverflow: "ellipsis",
overflow: "hidden",
Expand Down

0 comments on commit f910148

Please sign in to comment.