What is actually on the document: system resolved against the OS preference.
system
const sheet: Record<ResolvedTheme, string> = { light: lightSheet, dark: darkSheet } Copy
const sheet: Record<ResolvedTheme, string> = { light: lightSheet, dark: darkSheet }
What is actually on the document:
systemresolved against the OS preference.