Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
Fix ripple for snackbar
Browse files Browse the repository at this point in the history
  • Loading branch information
czlucius committed Mar 14, 2023
1 parent 4ebf847 commit e57cfbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fenix/app/src/main/res/layout/fenix_snackbar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:background="@drawable/ripple_button_dark"
android:letterSpacing="0.05"
android:minWidth="48dp"
android:minHeight="48dp"
Expand Down

0 comments on commit e57cfbc

Please sign in to comment.