Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SwiftUI Fonts have been renamed to remove 1 for first value #241

Open
pontusUmain opened this issue May 21, 2024 · 0 comments
Open

SwiftUI Fonts have been renamed to remove 1 for first value #241

pontusUmain opened this issue May 21, 2024 · 0 comments

Comments

@pontusUmain
Copy link

.title1 should be renamed to .title
.caption1 should be renamed to .caption

public enum DynamicTypeStyle: String, RawRepresentable {
    case largeTitle = "Large Title"
    case title1 = "Title 1"
    case title2 = "Title 2"
    case title3 = "Title 3"
    case headline = "Headline"
    case body = "Body"
    case callout = "Callout"
    case subheadline = "Subhead"
    case footnote = "Footnote"
    case caption1 = "Caption 1"
    case caption2 = "Caption 2"
    
   ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant