File tree Expand file tree Collapse file tree
packages/web/src/pages/sign-on-page Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments