Skip to content

Commit

Permalink
Merge branch 'master' into android-recover-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry-Borodin authored Nov 10, 2023
2 parents 227a2a0 + 929323f commit 66c26a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/PolkadotVault/Components/Buttons/QRCodeButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ struct QRCodeButton: View {
label: {
ZStack(alignment: .center) {
Circle()
.strokeBorder(.white, lineWidth: Constants.outerWidth)
.strokeBorder(.backgroundSecondaryInversed, lineWidth: Constants.outerWidth)
.frame(width: Constants.outerDiameter, height: Constants.outerDiameter)
Circle()
.frame(width: Constants.innerDiameter, height: Constants.innerDiameter)
Expand Down

0 comments on commit 66c26a0

Please sign in to comment.