Skip to content

Commit

Permalink
feat(skin): update design tokens (#893)
Browse files Browse the repository at this point in the history
* feat(skin): update design tokens

* reverse movistar-legacy

---------

Co-authored-by: yceballost <[email protected]>
Co-authored-by: Abel Toledano <[email protected]>
  • Loading branch information
3 people committed Oct 16, 2023
1 parent bcbf9c3 commit e6b583a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/skins/telefonica.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export const getTelefonicaSkin: GetKnownSkin = () => {
warningLow: palette.ambar10,
errorLow: palette.coral10,
promoLow: palette.orchid10,
brandLow: palette.grey1,
brandLow: palette.telefonicaBlue10,
successHigh: palette.turquoise70,
warningHigh: palette.ambar70,
errorHigh: palette.coral70,
Expand Down Expand Up @@ -268,7 +268,7 @@ export const getTelefonicaSkin: GetKnownSkin = () => {
input: '0px',
legacyDisplay: '0px',
popup: '0px',
sheet: '8px',
sheet: '0px',
},
textPresets: {
cardTitle: {weight: 'regular'},
Expand Down
2 changes: 1 addition & 1 deletion src/skins/vivo-new.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export const getVivoNewSkin: GetKnownSkin = () => {
},
darkModeColors: {
background: palette.darkModeBlack,
backgroundAlternative: palette.darkModeGrey,
backgroundAlternative: palette.darkModeBlack,
backgroundBrand: palette.darkModeBlack,
backgroundBrandSecondary: palette.darkModeBlack,
backgroundContainer: palette.darkModeGrey,
Expand Down

0 comments on commit e6b583a

Please sign in to comment.