Skip to content

In library, add helper on views to avoid provide them #1333

@ludovic35

Description

@ludovic35
  1. for thypogrpahy:
Text("Hello").headingMedium(theme) to 
Text("Hello").headingMedium()
  1. For padding
Text("Hello")
.padding(.top, spaces.xxLarge)
.padding(.horizontal, spaces.scaledMedium)
  1. For Color
Text("Hello")
.forground(.colorContentDefault)
.background(.colorBgBrandPrimary)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions