Skip to content

Commit

Permalink
feat: 🎸 tint color
Browse files Browse the repository at this point in the history
  • Loading branch information
tomokisun committed Oct 10, 2023
1 parent cb508fd commit 53d55f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Packages/GodPackage/Sources/OnboardFeature/Welcome.swift
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public struct WelcomeView: View {
Text("By entering your age you agree to our [Terms](https://docs.godapp.jp/terms-of-use) and [Privacy Policy](https://docs.godapp.jp/privacy-policy)", bundle: .module)
.frame(height: 54)
.foregroundColor(Color.godTextSecondaryDark)
.tint(Color.godTextSecondaryDark)
.multilineTextAlignment(.center)
.padding(.horizontal, 32)
} else {
Expand Down

0 comments on commit 53d55f5

Please sign in to comment.