Skip to content

Commit 4146154

Browse files
authored
pro badge should merge into background (codesandbox#3456)
1 parent 3254c96 commit 4146154

File tree

1 file changed

+1
-1
lines changed
  • packages/components/src/components/Avatar

1 file changed

+1
-1
lines changed

packages/components/src/components/Avatar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const Pro = styled(Text).attrs({ size: 1, weight: 'bold' })(
3333
borderRadius: 'small',
3434
paddingX: 2,
3535
border: '1px solid',
36-
borderColor: 'avatar.border',
36+
borderColor: 'sideBar.background', // merge with the background
3737

3838
position: 'absolute',
3939
height: 3,

0 commit comments

Comments
 (0)