mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-21 22:58:42 -06:00
fix containers defaulting to black color
This commit is contained in:
parent
fea53226a8
commit
ccb7d22a58
|
@ -103,7 +103,7 @@ impl Default for Container {
|
|||
gap: 0.,
|
||||
padding: Sides::all(0.),
|
||||
align: Alignment2d::default(),
|
||||
background: Default::default(),
|
||||
background: FillColor::transparent(),
|
||||
background_image: None,
|
||||
children: ElementList(Vec::new()),
|
||||
wrap: false,
|
||||
|
|
Loading…
Reference in a new issue