From a83b2f60640a70ad8412839f8578dd45d556dcc1 Mon Sep 17 00:00:00 2001 From: Yunosuke Sakai Date: Wed, 25 Dec 2024 21:50:06 +0900 Subject: [PATCH] update setting screen list label --- .../Sources/Settings/Settings/Views/NavigationLinkLabel.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Features/Sources/Settings/Settings/Views/NavigationLinkLabel.swift b/Features/Sources/Settings/Settings/Views/NavigationLinkLabel.swift index b7854a0..32ee6e1 100644 --- a/Features/Sources/Settings/Settings/Views/NavigationLinkLabel.swift +++ b/Features/Sources/Settings/Settings/Views/NavigationLinkLabel.swift @@ -7,8 +7,8 @@ struct NavigationLinkLabel: View { var body: some View { HStack { - RoundedRectangle(cornerRadius: 8) - .frame(width: 30, height: 30) + Image(systemName: "square.fill") + .font(.largeTitle) .foregroundColor(color) .overlay { icon