diff --git a/src/components/HeaderWithBackButton/index.tsx b/src/components/HeaderWithBackButton/index.tsx
index cace3328c1af..2a4851eef8b0 100755
--- a/src/components/HeaderWithBackButton/index.tsx
+++ b/src/components/HeaderWithBackButton/index.tsx
@@ -79,7 +79,7 @@ function HeaderWithBackButton({
{/* Uses absolute positioning so that it's always centered instead of being affected by the
presence or absence of back/close buttons to the left/right of it */}
-
+
diff --git a/src/styles/index.ts b/src/styles/index.ts
index d561baf2cbe1..bed0fae2e374 100644
--- a/src/styles/index.ts
+++ b/src/styles/index.ts
@@ -4409,7 +4409,7 @@ const styles = (theme: ThemeColors) =>
borderColor: theme.icon,
},
- progressBarContainer: {
+ headerProgressBarContainer: {
position: 'absolute',
width: '100%',
},