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