Set background color to transparent in module and page file cmp

This commit is contained in:
Katrin Yordanova
2023-06-26 11:48:12 +03:00
parent ba985be78e
commit 22863e23dc
2 changed files with 2 additions and 2 deletions
@@ -45,7 +45,7 @@ const defaults = (): Readonly<FileOptions> => Object.freeze({
maxWidth: '',
borderRadius: '',
margin: 'auto',
backgroundColor: '',
backgroundColor: '#FFFFFF00',
})
export class ModuleFieldFile extends ModuleField {
+1 -1
View File
@@ -37,7 +37,7 @@ const defaults: Readonly<Options> = Object.freeze({
maxWidth: '',
borderRadius: '',
margin: 'auto',
backgroundColor: '',
backgroundColor: '#FFFFFF00',
magnifyOption: '',
clickToView: true,
enableDownload: true