Browse Source

Revert "feat: enable hash by default"

This reverts commit 86c8f945db.
pull/36955/head 5.0.0-experimental.15
MadCcc 2 years ago
parent
commit
c32eafbcd1
  1. 1
      components/theme/index.tsx

1
components/theme/index.tsx

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

Loading…
Cancel
Save