style(prettier): format code style

This commit is contained in:
unix
2020-05-06 14:18:28 +08:00
parent cf8e277324
commit 112c826575
263 changed files with 4927 additions and 3992 deletions

View File

@@ -63,7 +63,7 @@ export const getColors = (palette: ZeitUIThemesPalette, status?: NormalTypes): I
hoverBorder: palette.errorDark,
},
}
if (!status) return colors.default
return colors[status]
}