feat: Add find and replace interface (#5642)

This commit is contained in:
Tom Moor
2023-08-03 18:47:44 -04:00
committed by GitHub
parent eda023c908
commit b691311f88
13 changed files with 683 additions and 20 deletions

View File

@@ -30,6 +30,8 @@ const RealInput = styled.input<{ hasIcon?: boolean }>`
color: ${s("text")};
height: 30px;
min-width: 0;
font-size: 15px;
${ellipsis()}
${undraggableOnDesktop()}