Make overlay dismiss button color_tertiary

Using secondary accent color as before conflicts with the background
of the text in clipboard preview.

Bug: 227464893
Fix: 227464893
Test: manual (visual change)
Change-Id: I77356051b7ca4c5b8a8772ca3f1a2e36828c6ecf
This commit is contained in:
Miranda Kephart
2022-03-30 11:26:36 -04:00
parent 4bf66d6e90
commit a13cffbcdb

View File

@@ -21,7 +21,7 @@
android:viewportWidth="32.0"
android:viewportHeight="32.0">
<path
android:fillColor="?androidprv:attr/colorAccentSecondary"
android:fillColor="?androidprv:attr/colorAccentTertiary"
android:pathData="M16,16m-16,0a16,16 0,1 1,32 0a16,16 0,1 1,-32 0"/>
<path
android:fillColor="?android:attr/textColorPrimary"