feat: enable hash by default

This commit is contained in:
MadCcc 2022-08-08 15:51:34 +08:00
parent de4914880e
commit 86c8f945db

View File

@ -48,6 +48,7 @@ export const DesignTokenContext = React.createContext<{
hashed?: string | boolean;
}>({
token: defaultSeedToken,
hashed: true,
});
// ================================== Hook ==================================