Revert "feat: enable hash by default"

This reverts commit 86c8f945db.
This commit is contained in:
MadCcc 2022-08-08 17:01:23 +08:00
parent 4439dff739
commit c32eafbcd1

View File

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