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, top: 0,
right: 0, right: 0,
backgroundColor: props.theme.colors.primary, backgroundColor: props.theme.colors.primary,
borderColor: "#fff", borderColor: props.theme.colors.background,
borderWidth: 1, borderWidth: 2,
}}> }}>
{props.badgeCount} {props.badgeCount}
</AnimatableBadge> : null </AnimatableBadge> : null