Skip to content

Commit fff7c0f

Browse files
committed
Finish
1 parent 48e0233 commit fff7c0f

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ const DesktopSignOnRoot = (props: RootProps) => {
117117
left: 0,
118118
right: 0,
119119
padding: spacing.xl,
120-
zIndex: 2,
121-
'& svg, & svg path': { fill: '#FFFFFF' }
120+
zIndex: 2
122121
}}
123122
justifyContent='space-between'
124123
alignItems='center'
@@ -127,9 +126,13 @@ const DesktopSignOnRoot = (props: RootProps) => {
127126
to={routeOnExit}
128127
css={{ display: 'flex', alignItems: 'center' }}
129128
>
130-
<IconCloseAlt color='white' height={32} width={32} />
129+
<IconCloseAlt color='staticWhite' size='xl' />
131130
</Link>
132-
<IconAudiusLogoHorizontal color='white' height={32} width={157} />
131+
<IconAudiusLogoHorizontal
132+
color='staticWhite'
133+
height={32}
134+
width={157}
135+
/>
133136
</Flex>
134137
) : null}
135138

0 commit comments

Comments
 (0)