File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -128,19 +128,19 @@ Used to remove header
128128- type: ` Boolean `
129129- default: ` false `
130130#### ` wrapperBg `
131- Background color of modal wrapper (default is dark)
131+ Background color of modal wrapper (backdrop) ( default is dark)
132132- type: ` String `
133133- default: ` rgba(0, 0, 0, 0.5) `
134134#### ` darkMode `
135135Used to switch color mode
136136- type: ` Boolean `
137137- default: ` false `
138138#### ` lightBg `
139- background color of modal container when mode is light
139+ background color of modal dialog when mode is light
140140- type: ` String `
141141- default: ` white `
142142#### ` darkBg `
143- background color of modal container when mode is dark
143+ background color of modal dialog when mode is dark
144144- type: ` String `
145145- default: ` #06090f `
146146#### ` fontDark `
@@ -152,7 +152,7 @@ text color of modal when mode is light
152152- type: ` String `
153153- default: ` black `
154154#### ` modalSize `
155- text color of modal when mode is light
155+ size of modal dialog
156156- type: ` String `
157157- value: ` md ` | ` lg ` | ` xl ` | ` full-w ` | ` full-hw `
158158
You can’t perform that action at this time.
0 commit comments