Skip to content

Commit

Permalink
Fix QRCode readability
Browse files Browse the repository at this point in the history
  • Loading branch information
tammaroivan authored and creed-victor committed Nov 23, 2020
1 parent 4dfec2f commit 44f79a3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/app/containers/FastBtcForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,11 @@ export function FastBtcForm(props: Props) {
<QRCode
value={state.depositAddress}
renderAs="svg"
bgColor="var(--primary)"
fgColor="var(--white)"
bgColor="var(--white)"
fgColor="var(--primary)"
includeMargin={true}
size={258}
className="rounded"
/>
</div>
<div className="d-flex flex-row justify-content-center mt-3">
Expand Down

0 comments on commit 44f79a3

Please sign in to comment.