Commit 9dc6c60a authored by aballerr's avatar aballerr Committed by GitHub

fix: fixing button color (#5290)

fixing approve text color
parent 4b686a01
...@@ -677,7 +677,7 @@ export default function Swap() { ...@@ -677,7 +677,7 @@ export default function Swap() {
} }
> >
<AutoRow justify="space-between" style={{ flexWrap: 'nowrap' }} height="20px"> <AutoRow justify="space-between" style={{ flexWrap: 'nowrap' }} height="20px">
<ThemedText.SubHeader width="100%" textAlign="center"> <ThemedText.SubHeader width="100%" textAlign="center" color="white">
{/* we need to shorten this string on mobile */} {/* we need to shorten this string on mobile */}
{approvalState === ApprovalState.APPROVED || {approvalState === ApprovalState.APPROVED ||
signatureState === UseERC20PermitState.SIGNED ? ( signatureState === UseERC20PermitState.SIGNED ? (
......
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