mirror of
https://github.com/aljazceru/sendstr-web.git
synced 2025-12-17 06:24:24 +01:00
Change QR color from white to grey-100 (hex).
This commit is contained in:
@@ -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%"
|
||||
|
||||
Reference in New Issue
Block a user