Skip to content

Commit 4d4f309

Browse files
committed
updated workspaces list display in corner radios
1 parent abf434c commit 4d4f309

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

GoInfoGame/GoInfoGame/UI/InitialView/InitialView.swift

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -151,14 +151,12 @@ struct WorkspacesListView: View {
151151
})
152152
} label: {
153153
Text(workspace.title)
154-
.font(.system(size: 17))
155-
.frame(maxWidth: .infinity, maxHeight: 40)
154+
.font(.custom("Lato-Bold", size: 17))
155+
.frame(maxWidth: .infinity, minHeight: 50)
156+
.foregroundColor(Color.white)
157+
.background(Asset.Colors.huskyPurple.swiftUIColor)
158+
.cornerRadius(9)
156159
}
157-
.font(.custom("Lato-Bold", size: 25))
158-
.foregroundColor(Color.white)
159-
.padding()
160-
.background(Asset.Colors.huskyPurple.swiftUIColor)
161-
.buttonBorderShape(.roundedRectangle(radius: 10))
162160
}
163161
}
164162
}

0 commit comments

Comments
 (0)