Skip to content

Commit 8527fac

Browse files
author
Jared Tamana
committed
Fix text colours
1 parent 2f6c521 commit 8527fac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/ProtogenSSH/app/src/main/res/layout/fragment_settings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
android:layout_marginHorizontal="20dp"
1919
android:layout_marginVertical="10dp"
2020
android:text="@string/reset_scripts"
21-
android:textColor="@color/colorAccent"
21+
android:textColor="@color/colorPrimary"
2222
android:textStyle="bold" />
2323

2424
<Button
@@ -61,7 +61,7 @@
6161
android:layout_marginHorizontal="20dp"
6262
android:layout_marginVertical="10dp"
6363
android:text="@string/login_credentials"
64-
android:textColor="@color/colorAccent"
64+
android:textColor="@color/colorPrimary"
6565
android:textStyle="bold" />
6666

6767
<LinearLayout

0 commit comments

Comments
 (0)