Skip to content
Snippets Groups Projects
Unverified Commit d9f6e39c authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Indicate that visibility buttons are clickable (#22268)

Fixes #22266.
parent 7c101902
Branches
Tags
No related merge requests found
......@@ -10,6 +10,7 @@ interface VisibilityTypeProps {
export const VisibilityType = styled.span<VisibilityTypeProps>`
margin: 0 0.5rem;
font-weight: bold;
cursor: pointer;
color: ${props => (props.isSelected ? color("brand") : color("text-dark"))};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment