From 40e2d23d09921dd4670680c70eb4b5dc8a4a364a Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Thu, 22 Aug 2024 22:26:29 -0500 Subject: [PATCH] docs: copy selected text as oklch not lch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When I use `shift + command + c`, I get `oklch(…)` value on my clipboard, not `lch(…)`. --- src/components/Help.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Help.tsx b/src/components/Help.tsx index 71dcc27..f931581 100644 --- a/src/components/Help.tsx +++ b/src/components/Help.tsx @@ -69,8 +69,8 @@ const Hotkeys = () => {
  • + + C — copy selected color in{' '} - lch() format. Note that it has limited{' '} - browser support. + oklch() format. Note that it has limited{' '} + browser support.
  • + V — paste color. Just copy color in any