Skip to content

Commit

Permalink
Fix dark theme colors in deprecated client screen
Browse files Browse the repository at this point in the history
  • Loading branch information
valldrac committed Dec 9, 2024
1 parent 6e9e089 commit 4ba81e3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/client_deprecated_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="27dp"
android:text="@string/ClientDeprecatedActivity_update_signal"
android:textColor="@color/signal_colorOnBackground"
style="@style/Signal.Text.Headline"
android:textStyle="bold"
android:gravity="center" />
Expand All @@ -40,6 +41,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:text="@string/ClientDeprecatedActivity_this_version_of_the_app_is_no_longer_supported"
android:textColor="@color/signal_colorOnBackground"
style="@style/Signal.Text.Body"
android:gravity="center" />

Expand All @@ -59,7 +61,6 @@
android:layout_height="wrap_content"
android:text="@string/ClientDeprecatedActivity_dont_update"
style="@style/Signal.Widget.Button.Large.Secondary"
android:textColor="@color/low_priority_button_text_color"
app:layout_constraintBottom_toBottomOf="parent"/>

</androidx.constraintlayout.widget.ConstraintLayout>
2 changes: 0 additions & 2 deletions app/src/main/res/values-night/dark_colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@

<color name="login_top_background">@color/black</color>

<color name="low_priority_button_text_color">@color/core_grey_50</color>

<color name="media_overview_toolbar_secondary_background">@color/core_grey_80</color>
<color name="media_overview_toolbar_foreground">@color/white</color>

Expand Down
2 changes: 0 additions & 2 deletions app/src/main/res/values/light_colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@

<color name="login_top_background">@color/white</color>

<color name="low_priority_button_text_color">@color/core_grey_70</color>

<color name="media_overview_toolbar_background">@color/white</color>
<color name="media_overview_toolbar_secondary_background">@color/core_grey_02</color>
<color name="media_overview_toolbar_foreground">@color/core_grey_70</color>
Expand Down

0 comments on commit 4ba81e3

Please sign in to comment.