Skip to content

Commit 5cf8cc1

Browse files
committed
docs: fix typo
1 parent f4bba7e commit 5cf8cc1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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`
135135
Used 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

0 commit comments

Comments
 (0)