We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f23f47 commit a5862a5Copy full SHA for a5862a5
1 file changed
cli/src/components/limited-landing-panel.tsx
@@ -95,7 +95,7 @@ export const LimitedLandingPanel: React.FC<LimitedLandingPanelProps> = ({
95
border={['top', 'bottom', 'left', 'right']}
96
>
97
<text
98
- style={{ fg: interactable ? theme.primary : theme.muted }}
+ style={{ fg: interactable ? theme.foreground : theme.muted }}
99
attributes={TextAttributes.BOLD}
100
101
{pending ? (
0 commit comments