mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 17:35:28 +00:00
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