Skip to content

Commit

Permalink
docs: fix wrong description about Avatar's Design Token (ant-design#4…
Browse files Browse the repository at this point in the history
…4634)

Co-authored-by: 叶宇轩 <--global>
  • Loading branch information
yyxTheOracle authored Sep 5, 2023
1 parent 002382c commit dff3c63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/avatar/style/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { genComponentStyleHook, mergeToken } from '../../theme/internal';

export interface ComponentToken {
/**
* @desc 头像背景色
* @descEN Background color of Avatar
* @desc 头像尺寸
* @descEN Size of Avatar
*/
containerSize: number;
/**
Expand Down

0 comments on commit dff3c63

Please sign in to comment.