Skip to content

Commit 624771a

Browse files
committed
highlight
1 parent 4c62fc6 commit 624771a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/Action.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const Action = props => {
1818
dispatch(changeView(index));
1919
}}
2020
role="presentation"
21-
style={index > sliderIndex ? { color: '#5f6369' } : {}}
21+
style={index >= sliderIndex ? { color: '#5f6369' } : {}}
2222
tabIndex={index}
2323
>
2424
<div className="action-component-text">

0 commit comments

Comments
 (0)