fix(color_picker): add padding to recent colors container to prevent scroller overlap

This commit is contained in:
Michael Aaron Murphy 2024-03-07 00:07:23 +01:00 committed by Michael Murphy
parent 73952a463c
commit e36f072c5a

View file

@ -417,6 +417,7 @@ where
})
.collect::<Vec<_>>(),
)
.padding([0.0, 0.0, f32::from(spacing.space_m), 0.0])
.spacing(spacing.space_xxs),
)
.width(self.width)