Skip to content

Commit cfd7a35

Browse files
committed
Change readme
1 parent 4314b15 commit cfd7a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default {
4848
| name | `String` | - | X | Set's the name value of the input (checkbox). Useful for persisting data. |
4949
| title | `String` | - | X | The title that is displayed next to the toggle. |
5050
| activeColor | `String` | `#9FD6AE` | - | The color that is displayed when the toggler is active. |
51-
| darkTheme | `Boolean` | `false` | - | Set's dark mode to active. (note that this will not change the background like in the preview GIF. |
51+
| darkTheme | `Boolean` | `false` | - | Set's dark mode to active. (note that this will not change the background like in the preview GIF) |
5252
| disabled | `Boolean` | `false` | - | Disables the toggler. |
5353
| toggled | `Boolean` | `true` | - | Sets the default value for the toggler. |
5454

0 commit comments

Comments
 (0)