This commit is contained in:
rustmailer
2026-05-08 18:07:37 +08:00
parent f66a86392d
commit 12e7bb6ba3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ function ReleaseNotificationView({ data }: { data: Release }) {
</p>
</div>
<div className="prose prose-xs dark:prose-invert max-w-none">
<div className="prose prose-xs dark:prose-invert max-w-none text-sm">
<ReactMarkdown remarkPlugins={[remarkGfm]}>
{data.body}
</ReactMarkdown>
+1 -1
View File
@@ -58,7 +58,7 @@
--popover: 215 20% 16%;
--popover-foreground: 210 40% 98%;
--muted: 215 20% 22%;
--muted-foreground: 215 15% 70%;