1
0
Fork 0

For #11154: Fix button color on migration UI

master
Jonathan Almeida 2020-06-02 16:22:54 -04:00 committed by liuche
parent 2090b11c97
commit 803ed6cde3
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@
android:background="@android:color/transparent"
android:text="@string/migration_updating_app_button_text"
android:textSize="@dimen/migration_button_text_size"
android:textAppearance="@style/Widget.MaterialComponents.Button.TextButton"
android:textAppearance="@style/NeutralButton"
tools:text="Updating Firefox…" />
</LinearLayout>