Skip to content

Commit

Permalink
Merge pull request #586 from oceanbase/zhuyue-dev-master
Browse files Browse the repository at this point in the history
improve(design): Empty steps style
  • Loading branch information
dengfuping authored May 7, 2024
2 parents 862f7cb + c4d5fe9 commit 32c8dc7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/design/src/empty/style/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,16 @@ export const genEmptyStyle: GenerateStyle<EmptyToken> = (token: EmptyToken): CSS
[`${antCls}-steps`]: {
marginTop: token.margin,
padding: token.paddingLG,
backgroundColor: colorBgLayout,
backgroundColor: token.colorFillQuaternary,
borderRadius: token.borderRadiusLG,
[`${antCls}-steps-item-container`]: {
[`${antCls}-steps-item-icon`]: {
height: token.controlHeightSM,
width: token.controlHeightSM,
lineHeight: `${token.controlHeightSM}px`,
backgroundColor: colorFill,
borderColor: colorFill,
backgroundColor: token.colorFillSecondary,
// override default border color
borderColor: token.colorFillSecondary,
[`${antCls}-steps-icon`]: {
color: colorTextSecondary,
fontSize: token.fontSize,
Expand Down

0 comments on commit 32c8dc7

Please sign in to comment.