Improved dashboard badge borders

This commit is contained in:
Arnaud Vergnet 2020-07-17 17:31:02 +02:00
parent d1fc8a9625
commit ca107356d1

View file

@ -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