mirror of
https://github.com/maputnik/editor.git
synced 2025-12-28 09:00:02 +00:00
Colored layers
This commit is contained in:
@@ -41,7 +41,7 @@ const border = {
|
||||
const dark = {
|
||||
name: 'Dark',
|
||||
color: colors.white,
|
||||
fontFamily: 'Open Sans Bold, sans-serif',
|
||||
fontFamily: 'Roboto, sans-serif',
|
||||
scale,
|
||||
fontSizes,
|
||||
colors,
|
||||
@@ -83,7 +83,11 @@ const dark = {
|
||||
fontWeight: 400,
|
||||
minHeight: scale[3]
|
||||
},
|
||||
Label: {
|
||||
fontWeight: 300,
|
||||
},
|
||||
Input: {
|
||||
fontWeight: 300,
|
||||
fontSize: fontSizes[5],
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user