Skip to content

Commit 48e0233

Browse files
committed
Finalize
1 parent c68bc61 commit 48e0233

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

-385 KB
Binary file not shown.
-385 KB
Binary file not shown.

packages/web/src/pages/sign-on-page/SignOnPage.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const DesktopSignOnRoot = (props: RootProps) => {
108108
}}
109109
/>
110110

111-
{/* Nav overlay: X close (left) + Audius logo (right) */}
111+
{/* Nav overlay: X close (left) + Audius logo (right) - always white in light/dark mode */}
112112
{!hideCloseButton ? (
113113
<Flex
114114
css={{
@@ -117,7 +117,8 @@ const DesktopSignOnRoot = (props: RootProps) => {
117117
left: 0,
118118
right: 0,
119119
padding: spacing.xl,
120-
zIndex: 2
120+
zIndex: 2,
121+
'& svg, & svg path': { fill: '#FFFFFF' }
121122
}}
122123
justifyContent='space-between'
123124
alignItems='center'

0 commit comments

Comments
 (0)