Skip to content

Commit 6fd2ed5

Browse files
Label updates.
Changed text from HSL to HSV.
1 parent a7ae3e5 commit 6fd2ed5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ColorPicker.bsdesign

23 Bytes
Binary file not shown.

assets/js/ColorPicker/ColorPicker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ transparency">Transparency</label>\
514514
</div>\
515515
<div class="hsv-rgb_selector">\
516516
<div id="cp_a_rgb" class="active"><label class="form-label">RGB</label></div>\
517-
<div id="cp_a_hsv"><label class="form-label">HSL</label></div>\
517+
<div id="cp_a_hsv"><label class="form-label">HSV</label></div>\
518518
</div>\
519519
<div id="cp_a_walltoggle">\
520520
<div class="t-overlay"></div><i class="fa fa-plus"></i><i class="fa fa-minus"></i>\
@@ -1839,7 +1839,7 @@ transparency">Transparency</label>\
18391839
//Change the labels to their appropriate text
18401840
$('.cp_a_label.redhue').text("Hue");
18411841
$('.cp_a_label.greensaturation').text("Saturation");
1842-
$('.cp_a_label.bluebrightness').text("Lightness");
1842+
$('.cp_a_label.bluebrightness').text("Value");
18431843
break;
18441844
}
18451845
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ <h4 id="example_heading" style="margin: 20px;">Change my color</h4>
121121
</div>
122122
<div class="hsv-rgb_selector">
123123
<div id="cp_a_rgb" class="active"><label class="form-label">RGB</label></div>
124-
<div id="cp_a_hsv"><label class="form-label">HSL</label></div>
124+
<div id="cp_a_hsv"><label class="form-label">HSV</label></div>
125125
</div>
126126
<div id="cp_a_walltoggle">
127127
<div class="t-overlay"></div><i class="fa fa-plus"></i><i class="fa fa-minus"></i>

0 commit comments

Comments
 (0)