Skip to content

Commit 6a9a485

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
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)