fix(inline_input): wrong colors for focused style
This commit is contained in:
parent
d8cb87cae7
commit
bd84f1f07d
2 changed files with 7 additions and 8 deletions
|
|
@ -149,7 +149,10 @@ where
|
|||
/// Creates a new inline [`TextInput`].
|
||||
///
|
||||
/// [`TextInput`]: widget::TextInput
|
||||
pub fn inline_input<'a, Message>(placeholder: impl Into<Cow<'a, str>>, value: impl Into<Cow<'a, str>>) -> TextInput<'a, Message>
|
||||
pub fn inline_input<'a, Message>(
|
||||
placeholder: impl Into<Cow<'a, str>>,
|
||||
value: impl Into<Cow<'a, str>>,
|
||||
) -> TextInput<'a, Message>
|
||||
where
|
||||
Message: Clone + 'static,
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue