landing
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
import '@emotion/react';
|
||||
|
||||
import { lightTheme } from '../src/app.theme';
|
||||
|
||||
declare module '@emotion/react' {
|
||||
export interface Theme {
|
||||
colors: typeof lightTheme.colors,
|
||||
shadows: typeof lightTheme.shadows
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user