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 = () => {
borderRadius="12"
paddingX="16"
paddingY="12"
background="backgroundModule"
borderStyle="solid"
borderColor="backgroundOutline"
borderWidth="1px"
style={{ background: '#0d0e0ef2', bottom: '68px', width: 'calc(100% - 32px)', lineHeight: '24px' }}
style={{ bottom: '68px', width: 'calc(100% - 32px)', lineHeight: '24px' }}
className={subhead}
>
{sellAssets.length} NFT{sellAssets.length === 1 ? '' : 's'}
......@@ -222,11 +223,12 @@ export const ProfilePage = () => {
Clear
</Box>
<Box
color="white"
marginRight="0"
fontWeight="medium"
fontSize="14"
cursor="pointer"
backgroundColor="genieBlue"
backgroundColor="accentAction"
onClick={toggleBag}
lineHeight="16"
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