Support styling for Button in iced_web
This commit is contained in:
parent
0030bcbd33
commit
28fd9feb40
5 changed files with 45 additions and 26 deletions
|
|
@ -28,7 +28,7 @@ impl<'a, Message> Column<'a, Message> {
|
|||
Column {
|
||||
spacing: 0,
|
||||
padding: 0,
|
||||
width: Length::Shrink,
|
||||
width: Length::Fill,
|
||||
height: Length::Shrink,
|
||||
max_width: u32::MAX,
|
||||
max_height: u32::MAX,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue