Bug: ColorPicker display is inline by default which makes the height only 19px.

:host {
display: inline-block;
}
Can be seen on storybook as well. https://esri.github.io/calcite-components/?path=/story/components-controls-colorpicker--simple
_Version_: @esri/calcite-components@<version>
cc @julio8a @caripizza We should make sure that all components have the correct display type by default so that their dimensions are correct.
@driskull sorry can you clarify? Was a defect introduced on one of our related refactor prs?
@caripizza nope I don't think so, it seems like it was always like this.
I just wanted to make an announcement to the peeps who work on the SCSS files.
We might need to do an audit to make sure that the host has the correct display type for all components.
Installed!
Most helpful comment
@caripizza nope I don't think so, it seems like it was always like this.
I just wanted to make an announcement to the peeps who work on the SCSS files.
We might need to do an audit to make sure that the host has the correct display type for all components.