Skip to content

Commit

Permalink
fix(table): update table alert style
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Nov 7, 2022
1 parent e9b6134 commit 1302a90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/table/src/components/Alert/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const genProStyle: GenerateStyle<ProToken> = (token) => {
[token.componentCls]: {
marginBlockEnd: 16,
backgroundColor: 'rgba(0,0,0,0.02)',
borderRadius: token.borderRadius,
border: '0.5px solid #BFBFBF',
borderRadius: '4px',
border: 'none',
'&-container': {
paddingBlock: token.paddingSM,
paddingInline: token.paddingLG,
Expand All @@ -20,7 +20,7 @@ const genProStyle: GenerateStyle<ProToken> = (token) => {
display: 'flex',
alignItems: 'center',
transition: 'all 0.3s',
color: token.colorTextSecondary,
color: token.colorTextTertiary,
'&-content': {
flex: 1,
},
Expand Down

0 comments on commit 1302a90

Please sign in to comment.