From f13ae930a544d1547891ec2ff82f9f39e45b11d9 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 9 Mar 2022 14:12:39 -0800 Subject: [PATCH] Allow non-hex color modes from color component --- .../common/input/color/color.component.html | 4 ++-- .../common/input/color/color.component.ts | 16 ++++++++++++---- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/src-ui/src/app/components/common/input/color/color.component.html b/src-ui/src/app/components/common/input/color/color.component.html index a22d4f350..d7b84566c 100644 --- a/src-ui/src/app/components/common/input/color/color.component.html +++ b/src-ui/src/app/components/common/input/color/color.component.html @@ -1,12 +1,12 @@