Add screenshot of `color_palette` example

This commit is contained in:
Héctor Ramón Jiménez 2020-05-04 22:51:20 +02:00
parent 24574b355d
commit 1a8d253611
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

View File

@ -289,7 +289,7 @@ impl<C: 'static + ColorSpace + Copy> ColorPicker<C> {
.push(
Text::new(color.to_string())
.width(Length::Units(185))
.size(16),
.size(14),
)
.into()
}