mirror of
https://github.com/kyantech/Palmr.git
synced 2025-10-23 06:11:58 +00:00
fix: update text color in QuickAccessCards for improved readability
- Changed the text color of card descriptions in quick-access-cards.tsx from gray to a muted foreground color, enhancing visual clarity.
This commit is contained in:
@@ -49,7 +49,7 @@ export function QuickAccessCards() {
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h3 className="text-lg font-semibold">{card.title}</h3>
|
<h3 className="text-lg font-semibold">{card.title}</h3>
|
||||||
<p className="text-sm text-gray-500">{card.description}</p>
|
<p className="text-sm text-muted-foreground">{card.description}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
|
Reference in New Issue
Block a user