Commit 9f4958e8 authored by Viktor De Pasquale's avatar Viktor De Pasquale Committed by John Wu

Updated safetynet success color to primary

parent c07775f5
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="0dp" android:layout_height="0dp"
android:alpha=".5" android:alpha=".5"
android:background="?colorSecondary" android:background="?colorPrimary"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toTopOf="parent" /> app:layout_constraintTop_toTopOf="parent" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment