Skip to content

Commit

Permalink
fix: rm Progress useless style (#47493)
Browse files Browse the repository at this point in the history
  • Loading branch information
li-jia-nan committed Feb 20, 2024
1 parent ac9cd5c commit d9cee1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/progress/style/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import type { CSSObject } from '@ant-design/cssinjs';
import { Keyframes, unit } from '@ant-design/cssinjs';

import { resetComponent } from '../../style';
import type { FullToken, GenerateStyle, GetDefaultToken } from '../../theme/internal';
import { genStyleHooks, mergeToken } from '../../theme/internal';
Expand Down Expand Up @@ -81,8 +82,6 @@ const genBaseStyle: GenerateStyle<ProgressToken> = (token) => {
position: 'relative',
width: '100%',
fontSize: token.fontSize,
marginInlineEnd: token.marginXS,
marginBottom: token.marginXS,
},

[`${progressCls}-outer`]: {
Expand Down

0 comments on commit d9cee1c

Please sign in to comment.