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
@@ -41,6 +41,7 @@ exports[`Test Render Wakatime Card should render correctly 1`] = `
animation: scaleInAnimation 0.3s ease-in-out forwards;
}
.not_bold { font-weight: 400 }
.bold { font-weight: 700 }
.icon {
fill: #4c71f2;
@@ -202,6 +203,7 @@ exports[`Test Render Wakatime Card should render correctly with compact layout 1
animation: scaleInAnimation 0.3s ease-in-out forwards;
}
.not_bold { font-weight: 400 }
.bold { font-weight: 700 }
.icon {
fill: #4c71f2;