summaryrefslogtreecommitdiff
path: root/src/components/toolbar
diff options
context:
space:
mode:
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);