mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-17 22:14:26 +01:00
fix: types
This commit is contained in:
@@ -7,7 +7,6 @@ export const useColorTheme = (el: HTMLElement) => {
|
||||
|
||||
createEffect(() => {
|
||||
const colorTheme = getColorTheme();
|
||||
if (colorTheme == null) return;
|
||||
|
||||
const { className } = colorTheme;
|
||||
if (className != null) {
|
||||
|
||||
Reference in New Issue
Block a user