You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We fall back to prefers-color-scheme but we should account for the document element having data-bs-theme set already, in which case we'd use that value over prefers-color-scheme.
We fall back to
prefers-color-scheme
but we should account for the document element havingdata-bs-theme
set already, in which case we'd use that value overprefers-color-scheme
.bslib/srcts/src/components/webcomponents/inputDarkMode.ts
Lines 223 to 229 in 7ff88a1
The text was updated successfully, but these errors were encountered: