We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf434c commit 4d4f309Copy full SHA for 4d4f309
GoInfoGame/GoInfoGame/UI/InitialView/InitialView.swift
@@ -151,14 +151,12 @@ struct WorkspacesListView: View {
151
})
152
} label: {
153
Text(workspace.title)
154
- .font(.system(size: 17))
155
- .frame(maxWidth: .infinity, maxHeight: 40)
+ .font(.custom("Lato-Bold", size: 17))
+ .frame(maxWidth: .infinity, minHeight: 50)
156
+ .foregroundColor(Color.white)
157
+ .background(Asset.Colors.huskyPurple.swiftUIColor)
158
+ .cornerRadius(9)
159
}
- .font(.custom("Lato-Bold", size: 25))
- .foregroundColor(Color.white)
- .padding()
160
- .background(Asset.Colors.huskyPurple.swiftUIColor)
161
- .buttonBorderShape(.roundedRectangle(radius: 10))
162
163
164
0 commit comments