summaryrefslogtreecommitdiff
path: root/src/components/toolbar
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-10-05 23:48:45 -0700
committerElizabeth Hunt <me@liz.coffee>2025-10-05 23:48:45 -0700
commite2dacb55a88261008062675b660fb8ba14b7ba69 (patch)
tree5f842295ee9af18ab0b3b70ad76d235c8fb81f26 /src/components/toolbar
parenta63124019a302c6686764a2c6f7332082e2459ef (diff)
downloadansicolor-e2dacb55a88261008062675b660fb8ba14b7ba69.tar.gz
ansicolor-e2dacb55a88261008062675b660fb8ba14b7ba69.zip
Fix build
Diffstat (limited to 'src/components/toolbar')
-rw-r--r--src/components/toolbar/ColorSwatch.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/toolbar/ColorSwatch.tsx b/src/components/toolbar/ColorSwatch.tsx
index 6f33483..4dd403d 100644
--- a/src/components/toolbar/ColorSwatch.tsx
+++ b/src/components/toolbar/ColorSwatch.tsx
@@ -16,7 +16,6 @@ const STORAGE_KEY = 'ansicolor-history';
export const ColorSwatch: React.FC<AnsiColorSwatchProps> = ({
onSelect,
defaultColors,
- onClose,
}) => {
const [foregroundColor, setForegroundColor] = useState<string | null>(null);
const [backgroundColor, setBackgroundColor] = useState<string | null>(null);