Skip to content

Commit b6f42f2

Browse files
Fix(UI): Adjust color scheme in user settings for better visibility and consistency.
1 parent 8ab6a7d commit b6f42f2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ All notable changes to this project will be documented in this file.
1414

1515
- *(EMM)* Fix missing managed configurations used as NULL
1616
- *(Core)* Exclude sensitive strings
17+
- *(UI)* Adjust color scheme in user settings for better visibility and consistency.
1718

1819

1920
### 💼 Other

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
android:layout_height="wrap_content"
115115
android:layout_alignParentBottom="true"
116116
android:background="@color/colorYellow"
117-
android:textColor="@color/textColorYellow"
117+
android:textColor="@color/black"
118118
android:text="" />
119119

120120
</RelativeLayout>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
android:layout_marginRight="20dp"
3636
android:background="@drawable/radius_btn_yellow"
3737
android:text="@string/add_server"
38-
android:textColor="@color/textColorYellow" />
38+
android:textColor="@color/black" />
3939

4040
</RelativeLayout>
4141

0 commit comments

Comments
 (0)