Skip to content

Commit

Permalink
fix: remove outline from input
Browse files Browse the repository at this point in the history
  • Loading branch information
stropitek committed Jan 21, 2025
1 parent 4d3f9c7 commit 51510ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const InlineEditableInput = styled.input`
height: 100%;
box-shadow: 0 0 1px 1px ${Colors.GRAY1};
position: absolute;
outline: none;
inset: 0;
`;

Expand Down

0 comments on commit 51510ab

Please sign in to comment.