Skip to content

Commit

Permalink
chore: add Suggested change (ant-design#40106)
Browse files Browse the repository at this point in the history
* Suggested change

* fix
  • Loading branch information
li-jia-nan authored Jan 9, 2023
1 parent d24c55a commit 8a85d7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/progress/style/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,15 +176,15 @@ const genCircleStyle: GenerateStyle<ProgressToken> = (token) => {
[`&${progressCls}-circle ${progressCls}-text`]: {
position: 'absolute',
insetBlockStart: '50%',
insetInlineStart: '0',
insetInlineStart: 0,
width: '100%',
margin: 0,
padding: 0,
color: token.colorText,
lineHeight: 1,
whiteSpace: 'normal',
textAlign: 'center',
transform: `translate(0, -50%)`,
transform: 'translateY(-50%)',

[iconPrefixCls]: {
fontSize: `${token.fontSize / token.fontSizeSM}em`,
Expand Down

0 comments on commit 8a85d7a

Please sign in to comment.