mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Added reduced motion
This commit is contained in:
@ -11,7 +11,7 @@ type ContextType = {
|
||||
setTheme: (theme: 'light' | 'dark') => void
|
||||
}
|
||||
|
||||
export const ManageThemeContext = createContext<ContextType>({
|
||||
const ManageThemeContext = createContext<ContextType>({
|
||||
mode: 'light',
|
||||
theme: getTheme('light'),
|
||||
setTheme: () => {}
|
||||
|
Reference in New Issue
Block a user