From cba2f30c89fe7355a10960b5b7d2059fe1843400 Mon Sep 17 00:00:00 2001 From: sowgro Date: Tue, 26 Nov 2024 15:11:46 -0500 Subject: Foreground color setting --- extension/src/components/Body.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'extension/src/components/Body.tsx') diff --git a/extension/src/components/Body.tsx b/extension/src/components/Body.tsx index 34492b4..6498a0a 100644 --- a/extension/src/components/Body.tsx +++ b/extension/src/components/Body.tsx @@ -50,6 +50,7 @@ function Body() { case "color": return () case "image": return () }})()} + -- cgit v1.2.3