diff --git a/mastodon/src/main/res/drawable/bg_note_edit.xml b/mastodon/src/main/res/drawable/bg_note_edit.xml index de5184ab8..574282fd0 100644 --- a/mastodon/src/main/res/drawable/bg_note_edit.xml +++ b/mastodon/src/main/res/drawable/bg_note_edit.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/mastodon/src/main/res/layout/fragment_profile.xml b/mastodon/src/main/res/layout/fragment_profile.xml index a84b2b949..06427810d 100644 --- a/mastodon/src/main/res/layout/fragment_profile.xml +++ b/mastodon/src/main/res/layout/fragment_profile.xml @@ -286,11 +286,11 @@ android:layout_marginEnd="8dp" android:paddingHorizontal="8dp" android:visibility="invisible" + android:backgroundTint="?colorBackgroundLightest" android:layout_gravity="right|center_vertical" android:tooltipText="@string/sk_personal_note_confirm" android:contentDescription="@string/sk_personal_note_confirm" - android:drawableStart="@drawable/ic_fluent_checkmark_24_filled" - android:drawableTint="?colorButtonText" + android:drawableStart="@drawable/ic_fluent_checkmark_24_regular" />