Reduce opacity of hint text on primary color

pull/996/head
Alex Baker 4 years ago
parent c26dadfadd
commit f8819a82c9

@ -192,7 +192,7 @@ public class ThemeColor implements Pickable {
hintOnPrimary = context.getResources().getColor(R.color.black_60);
} else {
colorOnPrimary = WHITE;
hintOnPrimary = context.getResources().getColor(R.color.white_87);
hintOnPrimary = context.getResources().getColor(R.color.white_60);
}
}

Loading…
Cancel
Save