forked from abner/for-legacy-web
Fix: Set font-family: inherit on auto-complete
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user