diff --git a/app/src/main/res/layout/fragment_setup.xml b/app/src/main/res/layout/fragment_setup.xml index 7c54f8f99e..89ad21533f 100644 --- a/app/src/main/res/layout/fragment_setup.xml +++ b/app/src/main/res/layout/fragment_setup.xml @@ -100,7 +100,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="6dp" - android:backgroundTint="@color/colorPrimaryButtonBackground" + android:backgroundTint="?attr/colorPrimary" android:text="@string/title_setup_wizard" android:textColor="@color/colorPrimaryButtonForeground" android:textStyle="bold"