diff --git a/src/components/JsonEditor.tsx b/src/components/JsonEditor.tsx
index 6da1f8c..d24184a 100644
--- a/src/components/JsonEditor.tsx
+++ b/src/components/JsonEditor.tsx
@@ -86,6 +86,14 @@ const JsonEditor: React.FC = ({
"ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace",
fontSize: "14px",
},
+ ".cm-editor": {
+ border: "1px solid hsl(var(--border))",
+ borderRadius: "0.5rem",
+ },
+ ".cm-editor.cm-focused": {
+ outline: "none",
+ borderColor: "hsl(var(--primary))",
+ },
});
const extensions = [
diff --git a/src/components/settings/AboutSection.tsx b/src/components/settings/AboutSection.tsx
index 435f626..8b86082 100644
--- a/src/components/settings/AboutSection.tsx
+++ b/src/components/settings/AboutSection.tsx
@@ -140,7 +140,7 @@ export function AboutSection({ isPortable }: AboutSectionProps) {
-
+
CC Switch
diff --git a/src/components/settings/ImportExportSection.tsx b/src/components/settings/ImportExportSection.tsx
index 44dba27..56d6b1d 100644
--- a/src/components/settings/ImportExportSection.tsx
+++ b/src/components/settings/ImportExportSection.tsx
@@ -51,7 +51,7 @@ export function ImportExportSection({
-
+