fix: Use correct colour on "mute account" dialog (#55)

The previous code used "?attr/colorOnTertiary", which is the wrong
colour for the default background. Remove the override, so the correct
styled colour is used.
This commit is contained in:
Nik Clayton 2023-09-18 12:12:35 +02:00 committed by GitHub
parent 8ebc4e19ea
commit b787f76cf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,6 @@
<CheckBox android:id="@+id/checkbox"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:textColor="?attr/colorOnTertiary"
app:buttonTint="@color/compound_button_color"
android:text="@string/dialog_mute_hide_notifications"/>