chore(examples): update RGB examples
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -26,7 +26,7 @@ function onChange(e: InputEvent) {
|
||||
<div class="text-md font-semibold text-center" :style="{ color: currentColor }">{{ `${currentColor}`.toUpperCase() }}</div>
|
||||
|
||||
<input
|
||||
:model-value="amount[currentColor]"
|
||||
:value="amount[currentColor]"
|
||||
class="slider nodrag"
|
||||
:style="{ '--color': currentColor }"
|
||||
type="range"
|
||||
|
||||
Reference in New Issue
Block a user