Skip to content

Commit

Permalink
Merge pull request #514 from mysteriumnetwork/feature/Update-button-s…
Browse files Browse the repository at this point in the history
…tyle

Updated buttons style
  • Loading branch information
ArtemHryhorovGeniusee authored Jan 24, 2022
2 parents 50eaccb + 81da13c commit 93a69f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/src/main/res/layout/pop_up_card_payment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

<com.google.android.material.button.MaterialButton
android:id="@+id/okayButton"
style="@style/Widget.NegativeButton"
style="@style/Widget.PrimaryButton"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_gravity="center"
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/res/layout/pop_up_crypto_payment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

<com.google.android.material.button.MaterialButton
android:id="@+id/okayButton"
style="@style/Widget.NegativeButton"
style="@style/Widget.PrimaryButton"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_gravity="center"
Expand Down

0 comments on commit 93a69f8

Please sign in to comment.