Add screenshot of `color_palette` example
This commit is contained in:
parent
24574b355d
commit
1a8d253611
Binary file not shown.
After Width: | Height: | Size: 103 KiB |
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue