Skip to content

Commit

Permalink
style(push): update PushContentContainerPreview with dashed border fo…
Browse files Browse the repository at this point in the history
…r better visibility
  • Loading branch information
BiswaViraj committed Dec 17, 2024
1 parent e0cd200 commit 142aee8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function PushPreview({
return (
<PushBackgroundWithPhone>
<PushNotificationContainer>
<PushContentContainerPreview className="relative z-10 h-10 justify-center">
<PushContentContainerPreview className="border-destructive/40 relative z-10 h-10 justify-center border border-dashed">
<PushBodyPreview
body="No preview available"
isPending={isPreviewPending}
Expand Down

0 comments on commit 142aee8

Please sign in to comment.