Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/StoryCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export function StoryCard({

{/* Center: title */}
<div className="flex flex-1 flex-col items-center justify-center px-2 text-center">
<h3 className="text-foreground text-base font-bold leading-tight tracking-tight sm:text-lg">
<h3 className="text-accent text-base font-bold leading-tight tracking-tight sm:text-lg">
{storyline.title}
</h3>
{storyline.language && storyline.language !== "English" && (
Expand All @@ -69,7 +69,7 @@ export function StoryCard({
</div>

{/* Metadata row below card */}
<div className="text-muted mt-2 flex flex-wrap items-center justify-between gap-x-2 gap-y-1 px-1 text-[10px]">
<div className="text-muted mt-2 flex flex-wrap items-center justify-between gap-x-2 gap-y-1 pl-[7px] pr-1 text-[10px]">
<div className="flex items-center gap-1">
{storyline.token_address && (
<>
Expand Down
Loading