Skip to content

Commit c1814bc

Browse files
committed
Second attempt at fixing searchbox text color (Z#23208359)
The previous attempt also changed the color of the items in the drop-down-menu to white making them white-on-gray.
1 parent 1697214 commit c1814bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +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>
72+
<item name="android:editTextColor">@color/white</item>
7373
</style>
7474
</resources>

0 commit comments

Comments
 (0)