feat: add affine next theme (#1867)

This commit is contained in:
Himself65
2023-04-10 23:43:24 -05:00
committed by GitHub
parent b2ff6e379c
commit 778f76dfed
7 changed files with 196 additions and 2 deletions

View File

@@ -156,6 +156,9 @@ export const getDarkTheme = (
};
};
/**
* @deprecated these theme will be removed in the future
*/
export const globalThemeVariables: (
theme: AffineTheme
) => AffineThemeCSSVariables = theme => {