Skip to content

Commit

Permalink
style: improve percentile rank icon styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Jun 19, 2023
1 parent c48c847 commit 3de7ab4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/getStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const getStyles = ({
font-size: 16px;
}
.rank-percentile-header {
font-size: 16px;
font-size: 14px;
}
.rank-percentile-text {
font-size: 16px;
Expand Down
4 changes: 2 additions & 2 deletions tests/__snapshots__/renderWakatimeCard.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ exports[`Test Render Wakatime Card should render correctly with compact layout 1
font-size: 16px;
}
.rank-percentile-header {
font-size: 16px;
font-size: 14px;
}
.rank-percentile-text {
font-size: 16px;
Expand Down Expand Up @@ -235,7 +235,7 @@ exports[`Test Render Wakatime Card should render correctly with compact layout w
font-size: 16px;
}
.rank-percentile-header {
font-size: 16px;
font-size: 14px;
}
.rank-percentile-text {
font-size: 16px;
Expand Down

0 comments on commit 3de7ab4

Please sign in to comment.