Skip to main content

Check Theme of Browser

· One min read

Open in Notion

Theme of the browser

const theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light",