mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 11:57:45 +01:00
Add missing checkbox style to input
This commit is contained in:
parent
e8c906e503
commit
f6b8bbe5a6
1 changed files with 8 additions and 0 deletions
|
@ -30,6 +30,13 @@ const input = {
|
||||||
color: theme.colors.lowgray,
|
color: theme.colors.lowgray,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const checkbox = {
|
||||||
|
...base,
|
||||||
|
border: '1px solid rgb(36, 36, 36)',
|
||||||
|
backgroundColor: theme.colors.gray,
|
||||||
|
color: theme.colors.lowgray,
|
||||||
|
}
|
||||||
|
|
||||||
const select = {
|
const select = {
|
||||||
...input,
|
...input,
|
||||||
width: '51%',
|
width: '51%',
|
||||||
|
@ -41,4 +48,5 @@ export default {
|
||||||
select,
|
select,
|
||||||
input,
|
input,
|
||||||
property,
|
property,
|
||||||
|
checkbox,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue