From fc9a4860871fa71c89a375106ceaba8e250534ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Mon, 6 Jan 2025 15:37:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E6=BB=9A=E5=8A=A8=E5=8C=BA?= =?UTF-8?q?=E5=9F=9F=E8=AE=BE=E7=BD=AE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Tones.tsx | 121 +++++++++++++++++++++++--------------------- 1 file changed, 62 insertions(+), 59 deletions(-) diff --git a/src/pages/Tones.tsx b/src/pages/Tones.tsx index e68d6bc..8477a5d 100644 --- a/src/pages/Tones.tsx +++ b/src/pages/Tones.tsx @@ -7,6 +7,7 @@ import { ColorPicker } from '../components/ColorPicker'; import { FlexColorStand } from '../components/FlexColorStand'; import { HSegmentedControl } from '../components/HSegmentedControl'; import { LabeledPicker } from '../components/LabeledPicker'; +import { ScrollArea } from '../components/ScrollArea'; import { currentPickedColor } from '../stores/colors'; import styles from './Tones.module.css'; @@ -42,66 +43,68 @@ export function Tones() {

Color Tones

By regularly changing the color hue to generate a series of light and dark colors.

-
- -
-
Color Tones
-
- - -
-
- {colors.map((c, index) => ( - - ))} -
-
-
+ + ); }