Improved dashboard badge borders
This commit is contained in:
부모
d1fc8a9625
커밋
ca107356d1
1개의 변경된 파일과 2개의 추가작업 그리고 2개의 파일을 삭제
|
@ -65,8 +65,8 @@ class SmallDashboardItem extends React.Component<Props> {
|
|||
top: 0,
|
||||
right: 0,
|
||||
backgroundColor: props.theme.colors.primary,
|
||||
borderColor: "#fff",
|
||||
borderWidth: 1,
|
||||
borderColor: props.theme.colors.background,
|
||||
borderWidth: 2,
|
||||
}}>
|
||||
{props.badgeCount}
|
||||
</AnimatableBadge> : null
|
||||
|
|
불러오는 중…
Reference in a new issue