Skip to content

Commit ef5fc61

Browse files
committed
fix android hint color
1 parent 129664e commit ef5fc61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drop-down.android.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ class DropDownAdapter extends android.widget.BaseAdapter implements android.widg
352352

353353
// Hint View styles
354354
if (index === 0) {
355-
view.color = new Color(255, 148, 150, 148);
355+
label.style.color = new Color(255, 148, 150, 148);
356356
(view as any).isHintViewIn = true;
357357

358358
// HACK: if there is no hint defined, make the view in the drop down virtually invisible.

0 commit comments

Comments
 (0)