mirror of
https://github.com/seemoo-lab/openhaystack.git
synced 2026-02-14 17:49:54 +00:00
Reduce circle size
This commit is contained in:
@@ -25,14 +25,13 @@ struct IconSelectionView: View {
|
||||
label: {
|
||||
Circle()
|
||||
.strokeBorder(self.selectedColor, lineWidth: 2)
|
||||
|
||||
.background(
|
||||
ZStack {
|
||||
Circle().fill(Color("PinColor"))
|
||||
Image(systemName: self.selectedImageName)
|
||||
}
|
||||
)
|
||||
.frame(width: 40, height: 40)
|
||||
.frame(width: 32, height: 32)
|
||||
}
|
||||
)
|
||||
.buttonStyle(PlainButtonStyle())
|
||||
|
||||
Reference in New Issue
Block a user