Set background color to transparent in module and page file cmp
This commit is contained in:
@@ -45,7 +45,7 @@ const defaults = (): Readonly<FileOptions> => Object.freeze({
|
||||
maxWidth: '',
|
||||
borderRadius: '',
|
||||
margin: 'auto',
|
||||
backgroundColor: '',
|
||||
backgroundColor: '#FFFFFF00',
|
||||
})
|
||||
|
||||
export class ModuleFieldFile extends ModuleField {
|
||||
|
||||
@@ -37,7 +37,7 @@ const defaults: Readonly<Options> = Object.freeze({
|
||||
maxWidth: '',
|
||||
borderRadius: '',
|
||||
margin: 'auto',
|
||||
backgroundColor: '',
|
||||
backgroundColor: '#FFFFFF00',
|
||||
magnifyOption: '',
|
||||
clickToView: true,
|
||||
enableDownload: true
|
||||
|
||||
Reference in New Issue
Block a user