Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit 680b825

Browse files
Made settings background color darker
1 parent 50aaa5d commit 680b825

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/res/layout/setting_layout.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:tools="http://schemas.android.com/tools"
66
android:layout_width="match_parent"
77
android:layout_height="600dp"
8-
android:background="@color/ModBackground"
8+
android:background="@color/Background"
99
>
1010

1111

0 commit comments

Comments
 (0)