Skip to content

Commit 5dfc0d1

Browse files
authored
Update mocha.patch
1 parent 1c00715 commit 5dfc0d1

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

automation/iceraven/patches/mocha.patch

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
diff --git a/components/ui/colors/src/main/java/mozilla/components/ui/colors/PhotonColors.kt b/components/ui/colors/src/main/java/mozilla/components/ui/colors/PhotonColors.kt
2-
index 0fb1e0ab86..aad82cd82b 100644
2+
index 4cdb22b..59849b9 100644
33
--- a/components/ui/colors/src/main/java/mozilla/components/ui/colors/PhotonColors.kt
44
+++ b/components/ui/colors/src/main/java/mozilla/components/ui/colors/PhotonColors.kt
5-
@@ -136,18 +136,18 @@ object PhotonColors {
5+
@@ -137,19 +137,19 @@ object PhotonColors {
66
val LightGrey90 = Color(0xFF80808E)
77

88
// Dark grey should primarily be used for the Dark theme and secondary buttons.
99
- val DarkGrey05 = Color(0xFF5B5B66)
1010
+ val DarkGrey05 = Color(0xFF45475A)
11+
val DarkGrey05A43 = DarkGrey05.copy(alpha = 0.43f)
1112
val DarkGrey05A45 = Color(0x735B5B66)
1213
- val DarkGrey10 = Color(0xFF52525E)
1314
+ val DarkGrey10 = Color(0xFF313244)
@@ -27,7 +28,7 @@ index 0fb1e0ab86..aad82cd82b 100644
2728
val DarkGrey90A40 = Color(0x6615141A)
2829
val DarkGrey90A50 = DarkGrey90.copy(alpha = 0.50f)
2930
diff --git a/components/ui/colors/src/main/res/values/photon_colors.xml b/components/ui/colors/src/main/res/values/photon_colors.xml
30-
index d68ba86fc0..0a7afb3b97 100644
31+
index d68ba86..f6cd92d 100644
3132
--- a/components/ui/colors/src/main/res/values/photon_colors.xml
3233
+++ b/components/ui/colors/src/main/res/values/photon_colors.xml
3334
@@ -148,15 +148,15 @@
@@ -98,10 +99,3 @@ index d68ba86fc0..0a7afb3b97 100644
9899

99100
<!-- Violet -->
100101
<color name="photonViolet05">#ffE7DFFF</color>
101-
@@ -218,4 +218,4 @@
102-
103-
<!-- Black -->
104-
<color name="photonBlack">#000000</color>
105-
-</resources>
106-
+</resources>
107-
\ No newline at end of file

0 commit comments

Comments
 (0)