aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/pages/timeline/TimelinePostCard.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/src/pages/timeline/TimelinePostCard.tsx')
-rw-r--r--FrontEnd/src/pages/timeline/TimelinePostCard.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/pages/timeline/TimelinePostCard.tsx b/FrontEnd/src/pages/timeline/TimelinePostCard.tsx
index f3743915..23dd141f 100644
--- a/FrontEnd/src/pages/timeline/TimelinePostCard.tsx
+++ b/FrontEnd/src/pages/timeline/TimelinePostCard.tsx
@@ -15,7 +15,7 @@ export default function TimelinePostCard({
children,
}: TimelinePostCardProps) {
return (
- <Card className={classNames("timeline-post-card", className)}>
+ <Card color="primary" className={classNames("timeline-post-card", className)}>
{children}
</Card>
);