From 25f699a32182c5375aa3f6e1ca5994af9b363f11 Mon Sep 17 00:00:00 2001 From: Yusuke Arakawa <108506642+nekolaboratory@users.noreply.github.com> Date: Tue, 21 Feb 2023 15:04:02 +0900 Subject: [PATCH] Tweak the theme selector view (#975) Co-authored-by: Yusuke Arakawa --- .../Sources/DesignSystem/Views/ThemePreviewView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/DesignSystem/Sources/DesignSystem/Views/ThemePreviewView.swift b/Packages/DesignSystem/Sources/DesignSystem/Views/ThemePreviewView.swift index 5dd1cb15..1a85fb2e 100644 --- a/Packages/DesignSystem/Sources/DesignSystem/Views/ThemePreviewView.swift +++ b/Packages/DesignSystem/Sources/DesignSystem/Views/ThemePreviewView.swift @@ -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)