Join Slack
Powered by
Is there a way to change the unfocused border stro...
# compose
a
Alex
06/16/2021, 11:32 AM
Is there a way to change the unfocused border stroke width of an
OutlinedTextField
?
Alex
06/16/2021, 11:33 AM
I found the value to be
1dp
, sourced from
Copy code
IndicatorUnfocusedWidth
which is a private val in
TextFieldImpl
Alex
06/16/2021, 11:33 AM
My design system spec requires it to be
2dp
Alex
06/16/2021, 11:34 AM
since its a private val.. can I overwrite it with a local provider? Is there any other way or is this part of the composable just not stylable?
Open in Slack
Previous
Next