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) => ( - - ))} -
-
-
+ + ); }