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

Closed
pontusUmain opened this issue May 21, 2024 · 1 comment · Fixed by #246
Closed

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

pontusUmain opened this issue May 21, 2024 · 1 comment · Fixed by #246
Labels
bug Something isn't working

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"
    
   ...
@subdan subdan added enhancement New feature or request bug Something isn't working and removed enhancement New feature or request labels Jan 24, 2025
subdan added a commit that referenced this issue Jan 24, 2025
subdan added a commit that referenced this issue Jan 24, 2025
subdan added a commit that referenced this issue Jan 24, 2025
@subdan
Copy link
Collaborator

subdan commented Jan 24, 2025

Thanks! I've fixed the issue. The release will be published by the end of the week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants