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,
|
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
|
||||||
|
|
Loading…
Reference in a new issue