From e4a225bc17ee1a2ee6a7eef6a0730b36aeaae89f Mon Sep 17 00:00:00 2001 From: Kuldeep Matharu Date: Mon, 22 Jul 2024 10:57:52 +0100 Subject: [PATCH] showcase colour inputs --- src/component/showcase/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/component/showcase/index.js b/src/component/showcase/index.js index 15b78880..6853fb80 100644 --- a/src/component/showcase/index.js +++ b/src/component/showcase/index.js @@ -492,8 +492,8 @@ showcase.area.assemble = () => { }), b: new Control_color({ object: showcase.state.get.current(), - path: 'input.color.basic.a', - id: 'input-color-basic.a', + path: 'input.color.basic.b', + id: 'input-color-basic.b', labelText: 'Colour', text: false, srOnly: true,