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

feat(skin): update design tokens from mistica-design #406

Merged
merged 2 commits into from
Oct 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions Sources/MisticaCommon/Fonts/Brands/VivoNewFontWeights.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
import Foundation

struct VivoNewFontWeights: MisticaFontWeights {
public var cardTitle: MisticaFontWeightType = .regular
public var button: MisticaFontWeightType = .regular
public var tabsLabel: MisticaFontWeightType = .regular
public var link: MisticaFontWeightType = .regular
public var title1: MisticaFontWeightType = .regular
public var title2: MisticaFontWeightType = .regular
public var title3: MisticaFontWeightType = .regular
public var indicator: MisticaFontWeightType = .regular
public var cardTitle: MisticaFontWeightType = .medium
public var button: MisticaFontWeightType = .medium
public var tabsLabel: MisticaFontWeightType = .medium
public var link: MisticaFontWeightType = .medium
public var title1: MisticaFontWeightType = .medium
public var title2: MisticaFontWeightType = .medium
public var title3: MisticaFontWeightType = .medium
public var indicator: MisticaFontWeightType = .medium
public var navigationBar: MisticaFontWeightType = .regular
public var text5: MisticaFontWeightType = .regular
public var text6: MisticaFontWeightType = .regular
public var text7: MisticaFontWeightType = .regular
public var text5: MisticaFontWeightType = .medium
public var text6: MisticaFontWeightType = .medium
public var text7: MisticaFontWeightType = .medium
public var text8: MisticaFontWeightType = .regular
public var text9: MisticaFontWeightType = .regular
public var text10: MisticaFontWeightType = .regular
Expand Down