Skip to content

Commit

Permalink
Support dark mode in verification code keyboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-signal authored and greyson-signal committed Feb 14, 2023
1 parent d0de43a commit b14aea0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/layout/verification_pin_keyboard_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

<org.thoughtcrime.securesms.components.NumericKeyboardView
android:id="@+id/keyboard_view"
android:keyBackground="@color/grey_300"
android:background="@color/grey_300"
android:keyTextColor="@color/black"
android:keyBackground="@color/signal_colorSurface1"
android:background="@color/signal_colorSurface1"
android:keyTextColor="@color/signal_colorOnSurface"
android:shadowColor="@color/transparent"
android:keyTextSize="30sp"
android:elevation="3dp"
Expand Down

0 comments on commit b14aea0

Please sign in to comment.