Skip to content

Commit

Permalink
feat: 명언 카드 디자인 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
youngwan2 committed Jul 1, 2024
1 parent 3be27c3 commit 9bf5d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UI/quote/content/QuoteContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function QuoteContent({ readText, author, quote }: PropsType) {
<span className="text-[1.11em]">{readText.length > MIN_TEXT_LENGTH ? readText : quote}</span>
</p>

<span className="block font-bold mt-[1em] text-right bg-[rgba(255,255,255,0.2)] px-2">
<span className="block font-bold mt-[1em] text-right bg-gradient-to-r from-[rgba(255,255,255,0.15)] from-35% to-[rgba(255,255,255,0.05)] px-2">
- {author} -
</span>
</blockquote>
Expand Down

0 comments on commit 9bf5d7a

Please sign in to comment.