From 86092954242d7ef72dfc7eca59388aa12a71a0d9 Mon Sep 17 00:00:00 2001 From: Maciej Dobosz Date: Fri, 23 Feb 2024 12:39:29 +0100 Subject: [PATCH] Also add header prefix to container style --- src/components/HeaderWithBackButton/index.tsx | 2 +- src/styles/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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%', },