chore(examples): update RGB examples

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-05-11 15:33:42 +02:00
committed by Braks
parent 09e63e0ad6
commit d470ce1f92
6 changed files with 105 additions and 51 deletions
+1 -1
View File
@@ -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"