Mercurial > public > simoleon
diff Simoleon/UI/Flag.swift @ 160:0c589138a6f3
Implement Conversion Box
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Sun, 29 Aug 2021 19:04:34 +0100 |
parents | 84137052813d |
children |
line wrap: on
line diff
--- a/Simoleon/UI/Flag.swift Sat Aug 28 19:18:50 2021 +0100 +++ b/Simoleon/UI/Flag.swift Sun Aug 29 19:04:34 2021 +0100 @@ -14,9 +14,8 @@ Image(flag) .resizable() .aspectRatio(contentMode: .fill) - .frame(width: 30, height: 30) + .frame(width: 35, height: 35) .clipShape(Circle()) - .overlay(Circle().stroke(Color(.secondaryLabel), lineWidth: 1)) } }