Change QR color from white to grey-100 (hex).

This commit is contained in:
Arne Pedersen
2022-12-27 23:28:01 +01:00
parent 7ed5b604c1
commit 3e40467c25

View File

@@ -81,7 +81,7 @@ export const ReceiveView = ({ keys }: ReceiveViewProps) => {
value={keys.pub}
level="H"
bgColor="transparent"
fgColor={isDarkMode ? "white" : "black"}
fgColor={isDarkMode ? "#f3f4f6" : "black"}
includeMargin={false}
width="100%"
height="100%"