Skip to content

Commit a5862a5

Browse files
committed
tweak button font color
1 parent 5f23f47 commit a5862a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/src/components/limited-landing-panel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export const LimitedLandingPanel: React.FC<LimitedLandingPanelProps> = ({
9595
border={['top', 'bottom', 'left', 'right']}
9696
>
9797
<text
98-
style={{ fg: interactable ? theme.primary : theme.muted }}
98+
style={{ fg: interactable ? theme.foreground : theme.muted }}
9999
attributes={TextAttributes.BOLD}
100100
>
101101
{pending ? (

0 commit comments

Comments
 (0)