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