aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/pages/timeline/TimelineCard.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-07-31 20:57:11 +0800
committercrupest <crupest@outlook.com>2023-07-31 20:57:11 +0800
commit00c3736c3818053859710a2fbaec837dd9cbb586 (patch)
tree46d4b5efd2a82f9da67f8eea508e5b50c76b21ca /FrontEnd/src/pages/timeline/TimelineCard.tsx
parentf0f1984405db795d5a60bd03d05bec524dc12db3 (diff)
downloadtimeline-00c3736c3818053859710a2fbaec837dd9cbb586.tar.gz
timeline-00c3736c3818053859710a2fbaec837dd9cbb586.tar.bz2
timeline-00c3736c3818053859710a2fbaec837dd9cbb586.zip
...
Diffstat (limited to 'FrontEnd/src/pages/timeline/TimelineCard.tsx')
-rw-r--r--FrontEnd/src/pages/timeline/TimelineCard.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/FrontEnd/src/pages/timeline/TimelineCard.tsx b/FrontEnd/src/pages/timeline/TimelineCard.tsx
index cdc8a5a7..b287c620 100644
--- a/FrontEnd/src/pages/timeline/TimelineCard.tsx
+++ b/FrontEnd/src/pages/timeline/TimelineCard.tsx
@@ -47,7 +47,7 @@ export default function TimelineCard(props: TimelinePageCardProps) {
]);
const content = (
- <div className="cru-primary">
+ <div>
<h3 className="timeline-card-title">
{timeline.title}
<small className="timeline-card-title-name">{timeline.nameV2}</small>
@@ -123,6 +123,7 @@ export default function TimelineCard(props: TimelinePageCardProps) {
return (
<Card
+ color="secondary"
className={`timeline-card timeline-card-${
collapse ? "collapse" : "expand"
}`}