We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d1d5b commit b0f4b03Copy full SHA for b0f4b03
1 file changed
src/screens/surrealist/pages/Overview/banner.tsx
@@ -26,7 +26,10 @@ export function CloudAlert({ banner }: CloudAlertProps) {
26
withCloseButton
27
onClose={() => dismissBanner(banner.timestamp)}
28
>
29
- <MarkdownViewer content={banner.message} />
+ <MarkdownViewer
30
+ content={banner.message}
31
+ style={{ padding: 0, color: "unset" }}
32
+ />
33
</Alert>
34
);
35
}
0 commit comments