Skip to content

Commit

Permalink
Removed the wrong color
Browse files Browse the repository at this point in the history
  • Loading branch information
backwardstruck committed Sep 23, 2024
1 parent 883cbf9 commit 201f121
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ private object WooPosColors {
val Purple60Alpha33 = Color(0x33674399)
val Purple80 = Color(0xFF3C2861)
val Purple90 = Color(0xFF271B3D)
val PurpleDarkSecondary = Color(0x99EBEBF5)

val Pink10 = Color(0xFFED9BB8)
val Pink30 = Color(0xFFEB6594)
Expand Down
1 change: 1 addition & 0 deletions WooCommerce/src/main/res/values/wc_colors_base.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<color name="woo_purple_60_alpha_33">#33674399</color>
<color name="woo_purple_80">#3C2861</color>
<color name="woo_purple_90">#271B3D</color>
<color name="woo_purple_dark_secondary">#99EBEBF5</color>

<color name="woo_pink_10">#ED9BB8</color>
<color name="woo_pink_30">#EB6594</color>
Expand Down

0 comments on commit 201f121

Please sign in to comment.