fix(color_picker): add padding to recent colors container to prevent scroller overlap
This commit is contained in:
parent
73952a463c
commit
e36f072c5a
1 changed files with 1 additions and 0 deletions
|
|
@ -417,6 +417,7 @@ where
|
||||||
})
|
})
|
||||||
.collect::<Vec<_>>(),
|
.collect::<Vec<_>>(),
|
||||||
)
|
)
|
||||||
|
.padding([0.0, 0.0, f32::from(spacing.space_m), 0.0])
|
||||||
.spacing(spacing.space_xxs),
|
.spacing(spacing.space_xxs),
|
||||||
)
|
)
|
||||||
.width(self.width)
|
.width(self.width)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue