mirror of
https://github.com/maputnik/editor.git
synced 2026-07-28 16:57:26 +00:00
Allow setting many comma separated values
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ class ZoomSpecField extends React.Component {
|
||||
return <div style={{
|
||||
border: 1,
|
||||
borderStyle: 'solid',
|
||||
borderColor: color(theme.colors.gray).lighten(0.1).hexString(),
|
||||
borderColor: color(theme.colors.gray).lighten(0.1).string(),
|
||||
padding: theme.scale[1],
|
||||
}}>
|
||||
{zoomFields}
|
||||
|
||||
Reference in New Issue
Block a user