Skip to content

Commit f0fa9c7

Browse files
committed
Fix text color of search in top bar (Z#23208359)
1 parent 91eb6d2 commit f0fa9c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pretixscan/app/src/main/res/values/styles.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,6 @@
6969
<item name="colorOnSurface">@color/white</item>
7070
<item name="colorOnSurfaceVariant">@color/white</item>
7171
<item name="colorControlHighlight">@color/white</item>
72+
<item name="android:textColorPrimary">@color/white</item>
7273
</style>
7374
</resources>

0 commit comments

Comments
 (0)