aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/timeline
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-06-10 16:38:09 +0800
committercrupest <crupest@outlook.com>2020-06-10 16:38:09 +0800
commitc7996cffc082943c82668f0896b7accf852453fe (patch)
tree8d9acd7131a449bf92e74f3a77937951d79bf401 /Timeline/ClientApp/src/timeline
parent46da66b0f7be0846af6aae3c3616d0ed81a7bfc7 (diff)
downloadtimeline-c7996cffc082943c82668f0896b7accf852453fe.tar.gz
timeline-c7996cffc082943c82668f0896b7accf852453fe.tar.bz2
timeline-c7996cffc082943c82668f0896b7accf852453fe.zip
feat(front): Make card collapse button orange!
Diffstat (limited to 'Timeline/ClientApp/src/timeline')
-rw-r--r--Timeline/ClientApp/src/timeline/TimelinePageTemplateUI.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/ClientApp/src/timeline/TimelinePageTemplateUI.tsx b/Timeline/ClientApp/src/timeline/TimelinePageTemplateUI.tsx
index 6c03f9e8..cc5bf509 100644
--- a/Timeline/ClientApp/src/timeline/TimelinePageTemplateUI.tsx
+++ b/Timeline/ClientApp/src/timeline/TimelinePageTemplateUI.tsx
@@ -175,7 +175,7 @@ export default function TimelinePageTemplateUI<
newState.toString()
);
}}
- className="float-right m-1 info-card-collapse-button"
+ className="float-right m-1 info-card-collapse-button text-orange"
/>
<CardComponent
timeline={timeline}