diff options
author | crupest <crupest@outlook.com> | 2021-06-30 18:36:47 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-30 18:36:47 +0800 |
commit | 839daa0eac6fdbe84f45e8572e5ab07126b7d67c (patch) | |
tree | 08b68e8bfd6da2f8b4f51c4aaefbbd33c747e8d6 /FrontEnd/src/views/timeline-common/CollapseButton.tsx | |
parent | 979ad8556be3576b09e318c9e85ae0138ecf11ec (diff) | |
download | timeline-839daa0eac6fdbe84f45e8572e5ab07126b7d67c.tar.gz timeline-839daa0eac6fdbe84f45e8572e5ab07126b7d67c.tar.bz2 timeline-839daa0eac6fdbe84f45e8572e5ab07126b7d67c.zip |
...
Diffstat (limited to 'FrontEnd/src/views/timeline-common/CollapseButton.tsx')
-rw-r--r-- | FrontEnd/src/views/timeline-common/CollapseButton.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/views/timeline-common/CollapseButton.tsx b/FrontEnd/src/views/timeline-common/CollapseButton.tsx index 12a3b710..31976228 100644 --- a/FrontEnd/src/views/timeline-common/CollapseButton.tsx +++ b/FrontEnd/src/views/timeline-common/CollapseButton.tsx @@ -12,7 +12,7 @@ const CollapseButton: React.FC<{ onClick={onClick} className={classnames( collapse ? "bi-arrows-angle-expand" : "bi-arrows-angle-contract", - "text-primary icon-button", + "cru-color-primary icon-button", className )} style={style} |