mirror of
https://github.com/maputnik/editor.git
synced 2025-12-26 16:10:01 +00:00
Switch font input to AutocompleteInput
This commit is contained in:
@@ -41,6 +41,7 @@ class AutocompleteInput extends React.Component {
|
||||
style={{
|
||||
userSelect: 'none',
|
||||
color: colors.lowgray,
|
||||
cursor: 'default',
|
||||
background: isHighlighted ? colors.midgray : colors.gray,
|
||||
padding: margins[0],
|
||||
fontSize: fontSizes[5],
|
||||
|
||||
Reference in New Issue
Block a user