Skip to content

Commit

Permalink
feat(skin): update design tokens from mistica-design branch: producti…
Browse files Browse the repository at this point in the history
…on (#313)


Co-authored-by: tuentisre <tuentisre@users.noreply.github.com>
Co-authored-by: Pablo Bartolome <pablo.bartolomeherranz@telefonica.com>
  • Loading branch information
3 people authored Oct 23, 2023
1 parent e9bbd17 commit 9bf2885
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MisticaCommon/Colors/VivoNewColorPalette.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ struct VivoNewColors: MisticaColors {
static let palette = VivoNewColorPalette()

let background = VivoNewColors.palette.white | VivoNewColors.palette.darkModeBlack
let backgroundAlternative = VivoNewColors.palette.grey1 | VivoNewColors.palette.darkModeGrey
let backgroundAlternative = VivoNewColors.palette.grey1 | VivoNewColors.palette.darkModeBlack
let backgroundBrand = VivoNewColors.palette.vivoPurple | VivoNewColors.palette.darkModeBlack
let backgroundBrandSecondary = VivoNewColors.palette.vivoPurpleLight90 | VivoNewColors.palette.darkModeBlack
let backgroundContainer = VivoNewColors.palette.white | VivoNewColors.palette.darkModeGrey
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9bf2885

Please sign in to comment.