We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f7a35b commit 974d0e6Copy full SHA for 974d0e6
cli/src/components/stop-button.tsx
@@ -22,7 +22,7 @@ export const StopButton = ({ onClick }: StopButtonProps) => {
22
<text>
23
<span
24
fg={theme.secondary}
25
- attributes={hovered ? TextAttributes.BOLD : TextAttributes.DIM}
+ attributes={hovered ? TextAttributes.BOLD : TextAttributes.NONE}
26
>
27
■ Stop
28
</span>
0 commit comments