separate all customize views into their own files
make corner radius a constant create the views in the main app file and pass through so they dont get re-drawn when changing UI things
This commit is contained in:
@@ -11,6 +11,8 @@ import SwiftUI
|
||||
struct Constants {
|
||||
static let groupShareId = "group.com.88oakapps.ifeel"
|
||||
static let groupShareIdDebug = "group.com.88oakapps.ifeelDebug"
|
||||
|
||||
static let viewsCornerRaidus: CGFloat = 10
|
||||
}
|
||||
|
||||
struct GroupUserDefaults {
|
||||
|
||||
Reference in New Issue
Block a user