Skip to content

Commit

Permalink
chore: fix ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
tingzhao.ytz committed Feb 13, 2025
1 parent 2b3776e commit e5c544d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dumi/components/Theme/components/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import type { Web3ThemeConfig } from '@ant-design/web3';
import { theme } from 'antd';

export type ThemeValue = 'default' | 'retro' | 'violet' | 'dark' | 'green' | 'pink';
export type ThemeValue = 'default' | 'violet' | 'dark' | 'green' | 'pink';

export const customToken: Web3ThemeConfig = {
token: {
Expand Down

0 comments on commit e5c544d

Please sign in to comment.