feat(stats): add 'not_bold' option to stats card (#1468)

This commit is contained in:
Rick Staa
2022-09-17 13:32:40 +02:00
committed by GitHub
parent eacc3cd29c
commit f9b9015ec2
5 changed files with 14 additions and 2 deletions
+1
View File
@@ -85,6 +85,7 @@ const getStyles = ({
animation: scaleInAnimation 0.3s ease-in-out forwards;
}
.not_bold { font-weight: 400 }
.bold { font-weight: 700 }
.icon {
fill: ${iconColor};