Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/content/components/mode-watcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ The theme colors to use for each mode.
</PropField>
</Collapsible>
</PropField>
<PropField name="disableTransitions" type="boolean" defaultValue="false">
<PropField name="disableTransitions" type="boolean" defaultValue="true">
Whether to disable transitions when updating the mode.
</PropField>
<PropField name="darkClassNames" type="string[]" defaultValue="['dark']">
Expand Down
Loading