diff --git a/packages/pl-fe/src/components/status.tsx b/packages/pl-fe/src/components/status.tsx index 0903dc03b..e8417ceac 100644 --- a/packages/pl-fe/src/components/status.tsx +++ b/packages/pl-fe/src/components/status.tsx @@ -367,8 +367,12 @@ const Status: React.FC = (props) => { const body = (
= (props) => { > {statusInfo} diff --git a/packages/pl-fe/src/features/notifications/components/notification.tsx b/packages/pl-fe/src/features/notifications/components/notification.tsx index 482d36334..8fd4747e5 100644 --- a/packages/pl-fe/src/features/notifications/components/notification.tsx +++ b/packages/pl-fe/src/features/notifications/components/notification.tsx @@ -359,6 +359,7 @@ const Notification: React.FC = (props) => { avatarSize={avatarSize} contextType='notifications' showGroup={false} + variant='slim' /> ); } @@ -418,6 +419,7 @@ const Notification: React.FC = (props) => { avatarSize={avatarSize} contextType='notifications' showGroup={false} + variant='slim' /> ) : null; default: diff --git a/packages/pl-fe/src/features/ui/components/pending-status.tsx b/packages/pl-fe/src/features/ui/components/pending-status.tsx index c02aa92f7..ee0a05e79 100644 --- a/packages/pl-fe/src/features/ui/components/pending-status.tsx +++ b/packages/pl-fe/src/features/ui/components/pending-status.tsx @@ -58,7 +58,7 @@ const PendingStatus: React.FC = ({ idempotencyKey, className, mu return (
-
+