Remove unnecessary conversion in iced_wgpu
This commit is contained in:
parent
8b49968cab
commit
79fed3d695
@ -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…
Reference in New Issue
Block a user