Fixed bug in MetricCard: plus sign disappears on click.
This commit is contained in:
@@ -37,3 +37,7 @@
|
||||
.change.negative {
|
||||
color: var(--red500);
|
||||
}
|
||||
|
||||
.change.plusSign::before {
|
||||
content: '+';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user