diff --git a/vector/src/main/res/layout/item_verification_action.xml b/vector/src/main/res/layout/item_verification_action.xml index d0afcea5f2..455c5ce9a4 100644 --- a/vector/src/main/res/layout/item_verification_action.xml +++ b/vector/src/main/res/layout/item_verification_action.xml @@ -5,7 +5,7 @@ android:id="@+id/itemVerificationClickableZone" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="?colorSurface" + android:background="?android:colorBackground" android:clickable="true" android:focusable="true" android:foreground="?attr/selectableItemBackground"