Skip to content

Commit

Permalink
change default colors to system color adaptive
Browse files Browse the repository at this point in the history
  • Loading branch information
SURYAKANTSHARMA committed Aug 13, 2023
1 parent 17abdbb commit 66c409d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ struct Configuration {

public init(
flagStyle: CountryFlagStyle = CountryFlagStyle.corner,
labelFont: Font = .title3,
labelColor: Color = .black,
labelFont: Font = .title2,
labelColor: Color = .primary,
detailFont: Font = .footnote,
detailColor: Color = .gray,
detailColor: Color = .secondary,
isCountryFlagHidden: Bool = false,
isCountryDialHidden: Bool = false,
navigationTitleText: String = "CountryPicker"
Expand Down

0 comments on commit 66c409d

Please sign in to comment.