Commit 7059a12a authored by Jack Short's avatar Jack Short Committed by GitHub

style: light mode background style for floating sell bag (#5312)

parent da012542
...@@ -202,10 +202,11 @@ export const ProfilePage = () => { ...@@ -202,10 +202,11 @@ export const ProfilePage = () => {
borderRadius="12" borderRadius="12"
paddingX="16" paddingX="16"
paddingY="12" paddingY="12"
background="backgroundModule"
borderStyle="solid" borderStyle="solid"
borderColor="backgroundOutline" borderColor="backgroundOutline"
borderWidth="1px" borderWidth="1px"
style={{ background: '#0d0e0ef2', bottom: '68px', width: 'calc(100% - 32px)', lineHeight: '24px' }} style={{ bottom: '68px', width: 'calc(100% - 32px)', lineHeight: '24px' }}
className={subhead} className={subhead}
> >
{sellAssets.length} NFT{sellAssets.length === 1 ? '' : 's'} {sellAssets.length} NFT{sellAssets.length === 1 ? '' : 's'}
...@@ -222,11 +223,12 @@ export const ProfilePage = () => { ...@@ -222,11 +223,12 @@ export const ProfilePage = () => {
Clear Clear
</Box> </Box>
<Box <Box
color="white"
marginRight="0" marginRight="0"
fontWeight="medium" fontWeight="medium"
fontSize="14" fontSize="14"
cursor="pointer" cursor="pointer"
backgroundColor="genieBlue" backgroundColor="accentAction"
onClick={toggleBag} onClick={toggleBag}
lineHeight="16" lineHeight="16"
borderRadius="12" borderRadius="12"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment