hxf31891 / react-gradient-color-picker

An easy to use color/gradient picker for React.js
MIT License
144 stars 45 forks source link

Cant able to Coustomize labels like HEX ,RGB? #68

Closed Support-Biztecno closed 10 months ago

Support-Biztecno commented 10 months ago

like we cant able to customize the labels that we are used like Hex , RGB, like if i want it above the input or below or Customize its styling like putting it bold etc

hxf31891 commented 10 months ago

@Support-Biztecno additional style options are on the roadmap

hxf31891 commented 10 months ago

@Support-Biztecno starting with v2.3.1 you can customize the input label by targeting the class "rbgcp-input-label"

for example add to your style sheet .rbgcp-input-label { font-weight: 800; color: pink }