fix: Default slide background to white (#ffffff) instead of dark
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
}
|
||||
|
||||
function buildBgStyle(slide) {
|
||||
var bg = slide.backgroundColor || '#0a0a14';
|
||||
var bg = slide.backgroundColor || '#ffffff';
|
||||
var bgSize = slide.backgroundSize || 'cover';
|
||||
var style = 'background-color:' + bg + ';';
|
||||
if (slide.backgroundImage) {
|
||||
|
||||
Reference in New Issue
Block a user