Add border-top to claim-preview progress bar

This commit is contained in:
Raphael Wickihalder 2022-04-01 19:40:57 +02:00 committed by Thomas Zarebczan
parent 4e63849061
commit 787c49ea98

View file

@ -1120,6 +1120,7 @@
bottom: 0;
height: 4px;
width: 100%;
border-top: 1px solid rgba(0, 0, 0, 0.2);
background-color: var(--color-primary);
}