Skip to content

Commit dd6d27b

Browse files
committed
Fixed cursor color
1 parent d01427b commit dd6d27b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<color name="colorPrimary">#e67e22</color>
3+
<color name="colorPrimary">#F67eF2</color>
44
<color name="colorPrimaryDark">#e74c3c</color>
55
<color name="colorAccent">#27ae60</color>
66
</resources>

ARE/are/src/main/res/drawable/cursor.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<size android:width="2dp" />
66

7-
<!--<solid android:color="@color/colorAccent" />-->
7+
<solid android:color="?attr/colorAccent" />
88

99
<!-- <padding
1010
android:top="0sp"

0 commit comments

Comments
 (0)