diff --git a/frontend/src/app/components/acceleration-timeline/acceleration-timeline.component.html b/frontend/src/app/components/acceleration-timeline/acceleration-timeline.component.html index 6d3591fb9..41722aaca 100644 --- a/frontend/src/app/components/acceleration-timeline/acceleration-timeline.component.html +++ b/frontend/src/app/components/acceleration-timeline/acceleration-timeline.component.html @@ -39,10 +39,10 @@
- +
-
Accelerated
+
Accelerated
@@ -52,10 +52,10 @@
- +
-
Mined
+
Mined
@if (tx.status.block_time) { diff --git a/frontend/src/app/components/acceleration-timeline/acceleration-timeline.component.scss b/frontend/src/app/components/acceleration-timeline/acceleration-timeline.component.scss index d0338ec84..73ca2b270 100644 --- a/frontend/src/app/components/acceleration-timeline/acceleration-timeline.component.scss +++ b/frontend/src/app/components/acceleration-timeline/acceleration-timeline.component.scss @@ -145,6 +145,12 @@ transition: background-color 300ms, border 300ms; } + &.waiting { + .shape { + background: var(--grey); + } + } + &.sent-selected { .shape { background: var(--primary); @@ -166,6 +172,12 @@ .status { margin-top: -64px; + + .badge.badge-waiting { + opacity: 0.5; + background-color: var(--grey); + color: white; + } .badge.badge-accelerated { background-color: var(--tertiary);