Support dark mode in verification code keyboard.

This commit is contained in:
Nicholas Tinsley 2023-02-10 09:27:28 -05:00 committed by Greyson Parrelli
parent d0de43a6b2
commit b14aea0922

View file

@ -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"