mirror of
https://github.com/maputnik/editor.git
synced 2025-12-26 16:10:01 +00:00
Add missing checkbox style to input
This commit is contained in:
@@ -30,6 +30,13 @@ const input = {
|
||||
color: theme.colors.lowgray,
|
||||
}
|
||||
|
||||
const checkbox = {
|
||||
...base,
|
||||
border: '1px solid rgb(36, 36, 36)',
|
||||
backgroundColor: theme.colors.gray,
|
||||
color: theme.colors.lowgray,
|
||||
}
|
||||
|
||||
const select = {
|
||||
...input,
|
||||
width: '51%',
|
||||
@@ -41,4 +48,5 @@ export default {
|
||||
select,
|
||||
input,
|
||||
property,
|
||||
checkbox,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user