Skip to content

Commit

Permalink
Merge pull request CCIP-App#90 from winstonsung/dev-90
Browse files Browse the repository at this point in the history
item_wifi_network: Fix black text in dark mode
  • Loading branch information
denny0223 authored May 4, 2024
2 parents fb71fb1 + 5f0d26b commit 4ee77d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/item_wifi_network.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
style="@style/TextAppearance.MaterialComponents.Body1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#000000"
android:textColor="@color/textColorPrimary"
tools:text="SITCON_2020" />

<TextView
Expand Down

0 comments on commit 4ee77d4

Please sign in to comment.