mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-23 22:38:08 +00:00
Tweak the theme selector view (#975)
Co-authored-by: Yusuke Arakawa <nekolaboratory@users.noreply.github.com>
This commit is contained in:
parent
c9e542a2ed
commit
25f699a321
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue