Skip to content

Commit

Permalink
color
Browse files Browse the repository at this point in the history
  • Loading branch information
meetqy committed Mar 10, 2024
1 parent fa053ae commit c13957a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/[lang]/poem/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export default async function Page({ params, searchParams }: Props) {
href={`https://twitter.com/intent/tweet?text=${title} ${MyHost}/${params.lang}/poem/${poem.id}`}
target="_blank"
>
<TwitterIcon className="mr-2 h-6 w-6 text-blue-500" /> 分享到
<TwitterIcon className="mr-2 h-6 w-6 text-primary" /> 分享到
Twitter
</Link>
</Button>
Expand All @@ -249,7 +249,7 @@ export default async function Page({ params, searchParams }: Props) {
scale={2}
title={
<>
<BookAIcon className="mr-2 h-6 w-6" />
<BookAIcon className="mr-2 h-6 w-6 text-primary" />
默认分享卡片
</>
}
Expand All @@ -262,7 +262,7 @@ export default async function Page({ params, searchParams }: Props) {
scale={2}
title={
<>
<Baby className="mr-2 h-6 w-6 text-destructive" />
<Baby className="mr-2 h-6 w-6 text-primary" />
适合绝句
</>
}
Expand Down

0 comments on commit c13957a

Please sign in to comment.