Skip to content

Commit f8b7cfe

Browse files
authored
fix: left out mocha color
1 parent c72d91c commit f8b7cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automation/iceraven/patches/mocha.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ index 4cdb22b..59849b9 100644
1414
+ val DarkGrey10 = Color(0xFF1E1E2E)
1515
val DarkGrey20 = Color(0xFF4A4A55)
1616
- val DarkGrey30 = Color(0xFF42414D)
17-
+ val DarkGrey30 = Color(0xFF313244)
17+
+ val DarkGrey30 = Color(0xFF1E1E2E)
1818
val DarkGrey30A95 = Color(0xF242414D)
1919
val DarkGrey30A96 = Color(0xF542414D)
2020
val DarkGrey40 = Color(0xFF3A3944)

0 commit comments

Comments
 (0)