Skip to content

Commit

Permalink
Update design tokens (#311)
Browse files Browse the repository at this point in the history
Co-authored-by: dagonco <[email protected]>
  • Loading branch information
tuentisre and dagonco authored Nov 6, 2023
1 parent 32738df commit 0009bce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public object VivoNewBrandColors {
VivoNewPaletteColor.vivoNew_color_white,
backgroundAlternative = VivoNewPaletteColor.vivoNew_color_grey1,
backgroundBrand = VivoNewPaletteColor.vivoNew_color_vivoPurple,
backgroundBrandSecondary = VivoNewPaletteColor.vivoNew_color_vivoPurpleLight90,
backgroundBrandSecondary = VivoNewPaletteColor.vivoNew_color_vivoPurpleLight80,
backgroundContainer = VivoNewPaletteColor.vivoNew_color_white,
backgroundContainerHover = VivoNewPaletteColor.vivoNew_color_darkModeBlack_3_alpha,
backgroundContainerPressed = VivoNewPaletteColor.vivoNew_color_darkModeBlack_5_alpha,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<item name="colorBackground">@color/vivoNew_color_white</item>
<item name="colorBackgroundAlternative">@color/vivoNew_color_grey1</item>
<item name="colorBackgroundBrand">@color/vivoNew_color_vivoPurple</item>
<item name="colorBackgroundBrandSecondary">@color/vivoNew_color_vivoPurpleLight90</item>
<item name="colorBackgroundBrandSecondary">@color/vivoNew_color_vivoPurpleLight80</item>
<item name="colorBackgroundContainer">@color/vivoNew_color_white</item>
<item name="colorBackgroundContainerHover">@color/vivoNew_color_darkModeBlack_3_alpha</item>
<item name="colorBackgroundContainerPressed">@color/vivoNew_color_darkModeBlack_5_alpha</item>
Expand Down

0 comments on commit 0009bce

Please sign in to comment.