aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/timeline-common/TimelinePostView.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-15 22:28:43 +0800
committercrupest <crupest@outlook.com>2021-06-15 22:28:43 +0800
commitfba00c4e7c12a843f155b5a3ecc84209d27e900f (patch)
tree16188f9968cde8946cc6c5b91d6150f51583ff72 /FrontEnd/src/views/timeline-common/TimelinePostView.tsx
parent230793fbea7140ca8e5466dafeee4eb874ac6f14 (diff)
downloadtimeline-fba00c4e7c12a843f155b5a3ecc84209d27e900f.tar.gz
timeline-fba00c4e7c12a843f155b5a3ecc84209d27e900f.tar.bz2
timeline-fba00c4e7c12a843f155b5a3ecc84209d27e900f.zip
...
Diffstat (limited to 'FrontEnd/src/views/timeline-common/TimelinePostView.tsx')
-rw-r--r--FrontEnd/src/views/timeline-common/TimelinePostView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/views/timeline-common/TimelinePostView.tsx b/FrontEnd/src/views/timeline-common/TimelinePostView.tsx
index 5572c5c3..6d0d1f2e 100644
--- a/FrontEnd/src/views/timeline-common/TimelinePostView.tsx
+++ b/FrontEnd/src/views/timeline-common/TimelinePostView.tsx
@@ -64,7 +64,7 @@ const TimelinePostView: React.FC<TimelinePostViewProps> = (props) => {
>
{post.editable ? (
<i
- className="bi-chevron-down text-info icon-button float-end"
+ className="bi-chevron-down icon-button primary-enhance float-end"
onClick={(e) => {
setOperationMaskVisible(true);
e.stopPropagation();