From 7d847632c59e247189f9039385aac1d630e87212 Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 17 May 2021 20:47:14 +0800 Subject: feat: Card title color is now theme color. --- FrontEnd/src/app/views/timeline/TimelineCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FrontEnd/src/app/views/timeline') diff --git a/FrontEnd/src/app/views/timeline/TimelineCard.tsx b/FrontEnd/src/app/views/timeline/TimelineCard.tsx index 0cb908cc..317eedd0 100644 --- a/FrontEnd/src/app/views/timeline/TimelineCard.tsx +++ b/FrontEnd/src/app/views/timeline/TimelineCard.tsx @@ -17,7 +17,7 @@ const TimelineCard: React.FC = (props) => { -

+

{timeline.title} {timeline.name}

-- cgit v1.2.3