aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/pages/timeline/TimelinePostCard.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-08-15 01:16:37 +0800
committercrupest <crupest@outlook.com>2023-08-15 01:16:37 +0800
commit93bc2b9688ebc0dde2ae8d5cf3e3f2628d636ff0 (patch)
treed689ec372ce24c5c11a6524f99bb7617752fc91e /FrontEnd/src/pages/timeline/TimelinePostCard.tsx
parente989478fcf77c30e26147310f5ce25dfb637d1b3 (diff)
downloadtimeline-93bc2b9688ebc0dde2ae8d5cf3e3f2628d636ff0.tar.gz
timeline-93bc2b9688ebc0dde2ae8d5cf3e3f2628d636ff0.tar.bz2
timeline-93bc2b9688ebc0dde2ae8d5cf3e3f2628d636ff0.zip
...
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>
);