Fix TextInput inner border radius in iced_wgpu
This commit is contained in:
parent
60b32a9fed
commit
0b5409c53d
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ impl text_input::Renderer for Renderer {
|
||||||
height: bounds.height - 2.0,
|
height: bounds.height - 2.0,
|
||||||
},
|
},
|
||||||
background: Background::Color(Color::WHITE),
|
background: Background::Color(Color::WHITE),
|
||||||
border_radius: 5,
|
border_radius: 4,
|
||||||
};
|
};
|
||||||
|
|
||||||
let size = f32::from(size);
|
let size = f32::from(size);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue