Skip to content

Commit 974d0e6

Browse files
committed
Slightly higher contrast stop button
1 parent 0f7a35b commit 974d0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/components/stop-button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const StopButton = ({ onClick }: StopButtonProps) => {
2222
<text>
2323
<span
2424
fg={theme.secondary}
25-
attributes={hovered ? TextAttributes.BOLD : TextAttributes.DIM}
25+
attributes={hovered ? TextAttributes.BOLD : TextAttributes.NONE}
2626
>
2727
■ Stop
2828
</span>

0 commit comments

Comments
 (0)