Remove unnecessary conversion in iced_wgpu
This commit is contained in:
parent
8b49968cab
commit
79fed3d695
1 changed files with 1 additions and 2 deletions
|
|
@ -106,8 +106,7 @@ impl text_input::Renderer for Renderer {
|
|||
style_sheet.placeholder_color()
|
||||
} else {
|
||||
style_sheet.value_color()
|
||||
}
|
||||
.into(),
|
||||
},
|
||||
font,
|
||||
bounds: Rectangle {
|
||||
width: f32::INFINITY,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue