fix app height for ios
This commit is contained in:
parent
ceb3aa0627
commit
f3f18ffca7
3 changed files with 13 additions and 1 deletions
|
|
@ -25,6 +25,9 @@ module.exports = {
|
|||
gutterBorder: 'var(--gutterBorder)',
|
||||
lineHighlight: 'var(--lineHighlight)',
|
||||
},
|
||||
spacing: {
|
||||
'app-height': 'var(--app-height)',
|
||||
},
|
||||
typography(theme) {
|
||||
return {
|
||||
DEFAULT: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue