Skip to content

Commit

Permalink
fix: avoid default green background
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaizen-7 committed Dec 30, 2021
1 parent abe97f4 commit 268bb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_verification.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
android:id="@+id/verification_background"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/green">
android:background="@color/white">

<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
Expand Down

0 comments on commit 268bb4d

Please sign in to comment.