diff --git a/CHANGELOG.md b/CHANGELOG.md index f36c9db4c..b7273819b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file. - *(EMM)* Fix missing managed configurations used as NULL - *(Core)* Exclude sensitive strings +- *(UI)* Adjust color scheme in user settings for better visibility and consistency. ### 💼 Other diff --git a/app/src/main/res/layout/activity_detail_server.xml b/app/src/main/res/layout/activity_detail_server.xml index df575fccb..13d2ce995 100644 --- a/app/src/main/res/layout/activity_detail_server.xml +++ b/app/src/main/res/layout/activity_detail_server.xml @@ -114,7 +114,7 @@ android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:background="@color/colorYellow" - android:textColor="@color/textColorYellow" + android:textColor="@color/black" android:text="" /> \ No newline at end of file diff --git a/app/src/main/res/layout/activity_list_servers.xml b/app/src/main/res/layout/activity_list_servers.xml index 8999a083c..91e95f49f 100644 --- a/app/src/main/res/layout/activity_list_servers.xml +++ b/app/src/main/res/layout/activity_list_servers.xml @@ -35,7 +35,7 @@ android:layout_marginRight="20dp" android:background="@drawable/radius_btn_yellow" android:text="@string/add_server" - android:textColor="@color/textColorYellow" /> + android:textColor="@color/black" />