Commit 0a3f8636 authored by lynn's avatar lynn Committed by GitHub

fix: wrong color on list button (#5502)

* init

* simplify
parent f5de7178
......@@ -255,7 +255,9 @@ export const OwnerContainer = ({ asset }: { asset: GenieAsset }) => {
)}
{!listing ? (
<BuyNowButton assetInBag={false} margin={true} useAccentColor={true} onClick={goToListPage}>
<ThemedText.SubHeader lineHeight="20px">List</ThemedText.SubHeader>
<ThemedText.SubHeader lineHeight="20px" color="white">
List
</ThemedText.SubHeader>
</BuyNowButton>
) : (
<>
......
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