Skip to content

Commit

Permalink
Fixed the problem of text not displaying in dark mode of the page
Browse files Browse the repository at this point in the history
  • Loading branch information
DaVinci9196 committed Apr 28, 2024
1 parent e4339eb commit 998805c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
android:id="@+id/hint_content_tv"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@android:color/darker_gray"
android:text="@string/permission_hint"
android:textSize="16sp" />

Expand Down

0 comments on commit 998805c

Please sign in to comment.