Skip to content

Commit fae47f4

Browse files
committed
Fixed Title color issue
1 parent 4d4f309 commit fae47f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GoInfoGame/GoInfoGame/UI/InitialView/InitialView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ struct InitialView: View {
3636
Asset.workspacesLogo.swiftUIImage
3737
.resizable()
3838
.frame(width: 100, height: 100)
39-
.foregroundStyle(Asset.Colors.huskyPurple.swiftUIColor)
4039
Text(L10n.Localizable.appName)
4140
.font(.system(size: 30, design: .rounded))
41+
.foregroundStyle(Asset.Colors.huskyPurple.swiftUIColor)
4242
}
4343
.padding()
4444

0 commit comments

Comments
 (0)