fix: position of input label
This commit is contained in:
parent
5cb818a5f9
commit
481cd5a0cd
2 changed files with 7 additions and 1 deletions
|
|
@ -1902,7 +1902,7 @@ pub fn draw<'a, Message>(
|
|||
line_height,
|
||||
shaping: text::Shaping::Advanced,
|
||||
},
|
||||
bounds.position(),
|
||||
label_layout.bounds().position(),
|
||||
appearance.label_color,
|
||||
*viewport,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue