mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
UI improvements
This commit is contained in:
@@ -11,11 +11,6 @@ struct EditFavorites: View {
|
||||
var body: some View {
|
||||
VStack {
|
||||
ScrollView {
|
||||
Text("Edit Favorites")
|
||||
.font(.system(size: 40))
|
||||
.fontWeight(.bold)
|
||||
.foregroundColor(.secondary)
|
||||
|
||||
ForEach(favorites) { item in
|
||||
HStack {
|
||||
Text(label(item))
|
||||
@@ -75,6 +70,7 @@ struct EditFavorites: View {
|
||||
}
|
||||
.frame(width: 1000, alignment: .leading)
|
||||
}
|
||||
.navigationTitle("Edit Favorites")
|
||||
}
|
||||
|
||||
func label(_ item: FavoriteItem) -> String {
|
||||
|
Reference in New Issue
Block a user