Skip to content

Commit b0f4b03

Browse files
committed
fix: cloud alert banner styling
1 parent e7d1d5b commit b0f4b03

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/screens/surrealist/pages/Overview/banner.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ export function CloudAlert({ banner }: CloudAlertProps) {
2626
withCloseButton
2727
onClose={() => dismissBanner(banner.timestamp)}
2828
>
29-
<MarkdownViewer content={banner.message} />
29+
<MarkdownViewer
30+
content={banner.message}
31+
style={{ padding: 0, color: "unset" }}
32+
/>
3033
</Alert>
3134
);
3235
}

0 commit comments

Comments
 (0)