diff --git a/res/layout/invite_activity.xml b/res/layout/invite_activity.xml index c4526a5e3..c45f5c3d9 100644 --- a/res/layout/invite_activity.xml +++ b/res/layout/invite_activity.xml @@ -14,7 +14,7 @@ android:layout_width="match_parent" android:orientation="vertical" android:padding="10dp" - android:background="@color/signal_primary"> + android:background="?attr/invite_background"> + + diff --git a/res/values/themes.xml b/res/values/themes.xml index ac3180970..337b2b6f6 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -233,6 +233,7 @@ @style/PreferenceThemeOverlay.Fix @color/white + @color/signal_primary