We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3776e commit e5c544dCopy full SHA for e5c544d
.dumi/components/Theme/components/tokens.ts
@@ -2,7 +2,7 @@ import React from 'react';
2
import type { Web3ThemeConfig } from '@ant-design/web3';
3
import { theme } from 'antd';
4
5
-export type ThemeValue = 'default' | 'retro' | 'violet' | 'dark' | 'green' | 'pink';
+export type ThemeValue = 'default' | 'violet' | 'dark' | 'green' | 'pink';
6
7
export const customToken: Web3ThemeConfig = {
8
token: {
0 commit comments