Skip to content

Commit

Permalink
fix: fix settings view
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrighetti committed Nov 5, 2023
1 parent c1fe436 commit 54e1250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HNReader/HNReaderApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ struct HNReaderApp: App {
Text("Light").tag(ColorScheme.light)
}
.pickerStyle(SegmentedPickerStyle())
.frame(maxWidth: 100)
.frame(maxWidth: 200)
}
}
.frame(minHeight: 100)
.frame(minWidth: 100)
.frame(minWidth: 300)
.preferredColorScheme(displayMode)
}
}
Expand Down

0 comments on commit 54e1250

Please sign in to comment.