Fix hint text/ placeholder color
This commit is contained in:
@@ -44,7 +44,7 @@ fun EniPage(content: @Composable () -> Unit){
|
|||||||
|
|
||||||
@Composable
|
@Composable
|
||||||
fun HintText(label : String){
|
fun HintText(label : String){
|
||||||
Text(text = label, style = TextStyle(color = Color.Gray))
|
Text(text = label, style = TextStyle(color = Color(0x77FFFFFF)))
|
||||||
}
|
}
|
||||||
|
|
||||||
@Composable
|
@Composable
|
||||||
|
|||||||
Reference in New Issue
Block a user