summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/components/ThemeDialog.tsx
diff options
context:
space:
mode:
authorMiguel Solorio <[email protected]>2025-05-15 16:35:21 -0700
committerGitHub <[email protected]>2025-05-15 16:35:21 -0700
commit9862cf3204c953b67425219193c4eb700084df9c (patch)
tree4c2ff8ef43ff8447e9b39a7708220765c7947efb /packages/cli/src/ui/components/ThemeDialog.tsx
parent8d9e1118c6035185c54e4cd1f3162d3c6bb6e254 (diff)
UI improvements for suggestions & status (#373)
Diffstat (limited to 'packages/cli/src/ui/components/ThemeDialog.tsx')
-rw-r--r--packages/cli/src/ui/components/ThemeDialog.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/ui/components/ThemeDialog.tsx b/packages/cli/src/ui/components/ThemeDialog.tsx
index 621ff847..7ab4e3b1 100644
--- a/packages/cli/src/ui/components/ThemeDialog.tsx
+++ b/packages/cli/src/ui/components/ThemeDialog.tsx
@@ -102,7 +102,7 @@ export function ThemeDialog({
return (
<Box
borderStyle="round"
- borderColor={Colors.AccentPurple}
+ borderColor={Colors.SubtleComment}
flexDirection="row"
padding={1}
width="100%"