forked from vergnet/application-amicale
Improved dashboard badge borders
This commit is contained in:
parent
d1fc8a9625
commit
ca107356d1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue