Skip to content

Commit 55db49d

Browse files
committed
Improve contrast of (How?) link color
1 parent 2c4a122 commit 55db49d

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
style="@style/ConnectionStatusText"
4343
android:layout_width="wrap_content"
4444
android:layout_height="wrap_content"
45-
android:textColorLink="@color/primaryInputBackground"
4645
android:text="@string/user_connection_status_details" />
4746
</LinearLayout>
4847
</com.google.android.material.card.MaterialCardView>

app/src/main/res/values-night/colors.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<color name="textColor">#ffffff</color>
44
<color name="popColor">#e1421f</color>
55
<color name="lowLightColor">#9a9da8</color>
6+
<color name="linkTextColor">#567BFF</color>
67

78
<color name="successColor">#4caf7d</color>
89
<color name="warningColor">#f1971f</color>

app/src/main/res/values/colors.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<color name="textColor">#1e2028</color>
44
<color name="popColor">#e1421f</color>
55
<color name="lowLightColor">#818490</color>
6+
<color name="linkTextColor">#0C36CF</color>
67

78
<color name="successColor">#4caf7d</color>
89
<color name="warningColor">#f1971f</color>

app/src/main/res/values/styles.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<style name="AppTheme" parent="Theme.MaterialComponents.DayNight.NoActionBar">
44
<item name="android:textColor">@color/textColor</item>
5+
<item name="android:textColorLink">@color/linkTextColor</item>
56

67
<item name="android:windowBackground">@color/containerBackground</item>
78
<item name="android:colorBackground">@color/mainBackground</item>

0 commit comments

Comments
 (0)