Skip to content

Commit c9b9389

Browse files
committed
Add missing color
(the color was removed in a different PR but is continued to being used here)
1 parent 994c41d commit c9b9389

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/res/values/colors.xml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
33
<color name="system_accent1_100">#cbe2ff</color>
4+
<color name="system_accent1_500">#1b69c5</color>
45

56
<color name="system_neutral1_100">#dde2e9</color>
67
<color name="system_neutral1_900">#181c1f</color>

0 commit comments

Comments
 (0)