Fix: Set font-family: inherit on auto-complete

This commit is contained in:
nizune
2021-07-08 19:17:54 +02:00
parent b316e41077
commit 3325756707
2 changed files with 10 additions and 1 deletions

View File

@@ -359,6 +359,7 @@ const Base = styled.div<{ detached?: boolean }>`
background: transparent;
color: var(--foreground);
width: calc(100% - 12px);
font-family: inherit;
span {
display: grid;