Font validate style, move defaults to weight (#8877)

This commit is contained in:
Jukka Kurkela
2021-04-10 22:58:11 +03:00
committed by GitHub
parent 9e70913bed
commit f8885ce7a2
13 changed files with 53 additions and 46 deletions

View File

@@ -1143,7 +1143,7 @@ export default {
backgroundColor: 'rgba(0,0,0,0.8)',
titleColor: '#fff',
titleFont: {
style: 'bold',
weight: 'bold',
},
titleSpacing: 2,
titleMarginBottom: 6,
@@ -1157,7 +1157,7 @@ export default {
footerSpacing: 2,
footerMarginTop: 6,
footerFont: {
style: 'bold',
weight: 'bold',
},
footerAlign: 'left',
padding: 6,