diff options
author | crupest <crupest@outlook.com> | 2021-06-15 22:28:43 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-15 22:28:43 +0800 |
commit | fba00c4e7c12a843f155b5a3ecc84209d27e900f (patch) | |
tree | 16188f9968cde8946cc6c5b91d6150f51583ff72 /FrontEnd/src/views/timeline-common/TimelinePostView.tsx | |
parent | 230793fbea7140ca8e5466dafeee4eb874ac6f14 (diff) | |
download | timeline-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.tsx | 2 |
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(); |