Skip to content

Commit

Permalink
Improve contrast of (How?) link color
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed May 8, 2024
1 parent a289bf7 commit 206b0d8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/res/layout/connection_status_user.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
style="@style/ConnectionStatusText"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColorLink="@color/primaryInputBackground"
android:text="@string/user_connection_status_details" />
</LinearLayout>
</com.google.android.material.card.MaterialCardView>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-night/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<color name="textColor">#ffffff</color>
<color name="popColor">#e1421f</color>
<color name="lowLightColor">#9a9da8</color>
<color name="linkTextColor">#567BFF</color>

<color name="successColor">#4caf7d</color>
<color name="warningColor">#f1971f</color>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<color name="textColor">#1e2028</color>
<color name="popColor">#e1421f</color>
<color name="lowLightColor">#818490</color>
<color name="linkTextColor">#0C36CF</color>

<color name="successColor">#4caf7d</color>
<color name="warningColor">#f1971f</color>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

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

<item name="android:windowBackground">@color/containerBackground</item>
<item name="android:colorBackground">@color/mainBackground</item>
Expand Down

0 comments on commit 206b0d8

Please sign in to comment.