Skip to content

Commit beac378

Browse files
committed
Set filled circle color to accent color
1 parent c5a2265 commit beac378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/drawable/ic_filled_circle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
android:viewportHeight="28">
66
<path
77
android:pathData="M14,14m-14,0a14,14 0,1 1,28 0a14,14 0,1 1,-28 0"
8-
android:fillColor="#56D6FF"/>
8+
android:fillColor="?AccentTextColor"/>
99
</vector>

0 commit comments

Comments
 (0)