zefoy/ngx-color-picker

Feature: Developer should be able to adjust the height of the color picker box

Opened this issue · 1 comments

Currently, we are not able to change the height of the color picker box (it is by default set to 130px). Even if we override the color box height with CSS that won't work because the slider height is hardcoded to 130 in the code. link
Screenshot 2022-02-12 at 11 02 54 PM

This is what I am referring as color picker box ->
Screenshot 2022-02-12 at 11 04 26 PM

This is also something we are looking for.
There are many values hardcoded with this plugin.
130 is also hardcoded in the css file.

There should be an option to set the width being different from the panel width. Currently overriding the css cause the same issue as the height