Skip to content

Commit 936cc40

Browse files
committed
Increase contrast of warning background
1 parent 6fa1b0f commit 936cc40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/common/theme/Color.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ object Color {
7373
val Blue1 = Color(0xFF5CA8FF)
7474
val Blue2 = Color(0xFF92E4FC)
7575
val Green = Color(0xFF02DAC9)
76-
val Orange1 = Color(0xFFBD8119)
76+
val Orange1 = Color(0xFFA98119)
7777
val Orange2 = Color(0xFFD68E11)
7878
val Orange3 = Color(0xFFF6C94C)
7979
val Pink1 = Color(0xFFF28DD7)

0 commit comments

Comments
 (0)