From ee95fbe34aca3fe7c13cb09540a8466eaaa7d46a Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Fri, 19 Nov 2021 15:41:25 +0100 Subject: [PATCH] update(examples): rgb flow styles Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com> --- examples/RGBFlow/RGBFlow.vue | 14 ++++++++++++-- examples/RGBFlow/RGBNode.vue | 17 +++++++++++++++-- examples/RGBFlow/RGBOutputNode.vue | 10 +++++++++- 3 files changed, 36 insertions(+), 5 deletions(-) diff --git a/examples/RGBFlow/RGBFlow.vue b/examples/RGBFlow/RGBFlow.vue index 8169cd9e..4e0fa6f4 100644 --- a/examples/RGBFlow/RGBFlow.vue +++ b/examples/RGBFlow/RGBFlow.vue @@ -39,8 +39,8 @@ const store = useVueFlow({ }) + diff --git a/examples/RGBFlow/RGBNode.vue b/examples/RGBFlow/RGBNode.vue index bb122fb0..73751344 100644 --- a/examples/RGBFlow/RGBNode.vue +++ b/examples/RGBFlow/RGBNode.vue @@ -28,7 +28,7 @@ switch (props.data.color) { const onChange = (e: any) => emit('change', { color, val: e.target.value })