Skip to content

Commit

Permalink
fix: color contrast for the container button in the stop name editor …
Browse files Browse the repository at this point in the history
…view
  • Loading branch information
sebesti0n authored and aaronbrethorst committed Mar 23, 2024
1 parent 5a51e9a commit aff83a1
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
android:id="@+id/edit_name_cancel"
style="@style/Header2Text"
android:text="@string/stop_info_cancel"
android:textColor="@color/theme_primary"
android:backgroundTint="@color/quantum_white_100"
android:layout_height="wrap_content"
android:layout_width="0dip"
android:layout_weight="1"/>
Expand All @@ -70,6 +72,8 @@
android:id="@+id/edit_name_save"
style="@style/Header2Text"
android:text="@string/stop_info_save"
android:textColor="@color/theme_primary"
android:backgroundTint="@color/quantum_white_100"
android:layout_height="wrap_content"
android:layout_width="0dip"
android:layout_weight="1"/>
Expand All @@ -78,6 +82,8 @@
android:id="@+id/edit_name_revert"
style="@style/Header2Text"
android:text="@string/stop_info_clear"
android:textColor="@color/theme_primary"
android:backgroundTint="@color/quantum_white_100"
android:layout_height="wrap_content"
android:layout_width="0dip"
android:layout_weight="1"/>
Expand Down

0 comments on commit aff83a1

Please sign in to comment.