Skip to content

Commit e5c544d

Browse files
author
tingzhao.ytz
committed
chore: fix ts error
1 parent 2b3776e commit e5c544d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.dumi/components/Theme/components/tokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22
import type { Web3ThemeConfig } from '@ant-design/web3';
33
import { theme } from 'antd';
44

5-
export type ThemeValue = 'default' | 'retro' | 'violet' | 'dark' | 'green' | 'pink';
5+
export type ThemeValue = 'default' | 'violet' | 'dark' | 'green' | 'pink';
66

77
export const customToken: Web3ThemeConfig = {
88
token: {

0 commit comments

Comments
 (0)