Skip to content

Commit

Permalink
remove CircleIndicatorWrapper focus-visible outline
Browse files Browse the repository at this point in the history
  • Loading branch information
chad1008 committed Nov 14, 2022
1 parent 36b6a19 commit 5722068
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ export const CircleIndicatorWrapper = styled.div`
position: relative;
width: 100%;
height: 100%;
:focus-visible {
outline: none;
}
`;

export const CircleIndicator = styled.div`
Expand Down

0 comments on commit 5722068

Please sign in to comment.