Theme: Renames theme.palette to theme.colors (#33214)

* Theme: Rename theme.palette to theme.colors

* renaming files
This commit is contained in:
Torkel Ödegaard
2021-04-21 15:34:08 +02:00
committed by GitHub
parent c37a3bebb7
commit b929822d72
64 changed files with 391 additions and 400 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ const writeVariablesFile = async (path: string, data: string) => {
const generateSassVariableFiles = async () => {
const darkTheme = createTheme();
const lightTheme = createTheme({ palette: { mode: 'light' } });
const lightTheme = createTheme({ colors: { mode: 'light' } });
try {
await Promise.all([