diff --git a/src/colors.ts b/src/colors.ts
index 7985a70..1a66d8e 100644
--- a/src/colors.ts
+++ b/src/colors.ts
@@ -48,8 +48,8 @@ export const bootProgressGossipHighFilledBarColor = "#5E1717";
export const bootProgressGossipHighThresholdBarColor = "#CE3636";
export const bootProgressPrimaryTextColor = "#A2A2A2";
-export const bootProgressSecondaryTextColor = "#454545";
-export const bootProgressSnapshotPctColor = "#C8B3B3";
+export const bootProgressSecondaryTextColor = "#666";
+export const bootProgressTertiaryColor = "#C8B3B3";
export const bootProgressSnapshotUnitsColor = "#686868";
export const progressBarIncompleteGossipColor = "#171765ff";
diff --git a/src/features/StartupProgress/Firedancer/Body.tsx b/src/features/StartupProgress/Firedancer/Body.tsx
index b5863f4..1943f40 100644
--- a/src/features/StartupProgress/Firedancer/Body.tsx
+++ b/src/features/StartupProgress/Firedancer/Body.tsx
@@ -68,7 +68,7 @@ function BootProgressContent({ phase }: BootProgressContentProps) {
>
-
+
{phase === BootPhaseEnum.joining_gossip && }
{(phase === BootPhaseEnum.loading_full_snapshot ||
phase === BootPhaseEnum.loading_incremental_snapshot) && (
@@ -111,15 +111,15 @@ function PhaseHeader({ phase }: { phase: BootPhase }) {
return (
<>
-
+
Elapsed
{step.name}
+ Complete
{overallPct}%
- Complete
diff --git a/src/features/StartupProgress/Firedancer/SnapshotLoadingCard.tsx b/src/features/StartupProgress/Firedancer/SnapshotLoadingCard.tsx
index f12e35f..ea60c35 100644
--- a/src/features/StartupProgress/Firedancer/SnapshotLoadingCard.tsx
+++ b/src/features/StartupProgress/Firedancer/SnapshotLoadingCard.tsx
@@ -45,7 +45,13 @@ export function SnapshotLoadingCard({
return (
-
+
{title}
{showAccountRate && (
diff --git a/src/features/StartupProgress/Firedancer/SnapshotProgress.tsx b/src/features/StartupProgress/Firedancer/SnapshotProgress.tsx
index 7596b67..d42e039 100644
--- a/src/features/StartupProgress/Firedancer/SnapshotProgress.tsx
+++ b/src/features/StartupProgress/Firedancer/SnapshotProgress.tsx
@@ -77,7 +77,7 @@ export function SnapshotProgress() {
: 0;
return (
-
+
* {
- flex-basis: 25%;
- }
}
.title {
@@ -86,7 +84,7 @@
}
.snapshot-pct-text {
- color: var(--boot-progress-snapshot-pct-color);
+ color: var(--boot-progress-primary-text-color);
font-size: 28px;
font-weight: 400;
}