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()
|
style_sheet.placeholder_color()
|
||||||
} else {
|
} else {
|
||||||
style_sheet.value_color()
|
style_sheet.value_color()
|
||||||
}
|
},
|
||||||
.into(),
|
|
||||||
font,
|
font,
|
||||||
bounds: Rectangle {
|
bounds: Rectangle {
|
||||||
width: f32::INFINITY,
|
width: f32::INFINITY,
|
||||||
|
Loading…
Reference in New Issue
Block a user