fix: Update timeline badge threshold value

This commit is contained in:
Suraj Shetty 2020-08-19 11:49:51 +05:30
parent 714f561549
commit b2a04484cb

View file

@ -1,6 +1,6 @@
$timeline-item-icon-size: 34px;
$timeline-item-left-margin: var(--margin-xl);
$threshold: 20;
$threshold: 25;
@mixin timeline-indicator($indicator-size) {
width: $indicator-size;