fix: make "Subscribe to RSS" link in blog post page in a primary color

This commit is contained in:
Dorian Niemiec 2024-09-07 17:40:31 +02:00
parent 5ad4357633
commit dbe8d2ed44

View file

@ -173,7 +173,7 @@ export default async function BlogSlugArticle({
<Button
variant={"link"}
size={"lg"}
className="mx-0 px-2 text-accent-foreground"
className="mx-0 px-2 text-primary"
>
<Rss className="w-5 h-5 mr-1" /> Subscribe to RSS
</Button>