diff --git a/src/components/timeline/timeline.scss b/src/components/timeline/timeline.scss index 9d442a95..ede60a5d 100644 --- a/src/components/timeline/timeline.scss +++ b/src/components/timeline/timeline.scss @@ -10,7 +10,7 @@ top: calc(50% - 4px); margin-left: 6px; margin-top: -6px; - background-color: var(--cBlue); + background-color: var(--cGreen); } .loadmore-text { diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index a196d65e..cffd4b68 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -33,7 +33,7 @@