Skip to main content

resetMode

Resets the mode to follow the system preference.

resetMode is a utility function that clears the user's override and sets the mode back to "system", allowing it to follow the operating system's color scheme.

This is equivalent to calling setMode("system").

Usage

		<script lang="ts">
	import { resetMode } from "mode-watcher";
</script>
 
<button onclick={resetMode}>System</button>