Tweak the theme selector view (#975)

Co-authored-by: Yusuke Arakawa <nekolaboratory@users.noreply.github.com>
This commit is contained in:
Yusuke Arakawa 2023-02-21 15:04:02 +09:00 committed by GitHub
parent c9e542a2ed
commit 25f699a321
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ struct ThemeBoxView: View {
Text("design.theme.toots-preview")
.foregroundColor(color.labelColor)
.frame(maxWidth: .infinity)
.frame(maxWidth: .infinity, maxHeight: .infinity)
.padding()
.background(color.primaryBackgroundColor)