Skip to content

Commit

Permalink
fix: font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
xsteadybcgo committed Sep 6, 2021
1 parent d8181c0 commit 9aeedbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/Summary/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const Summary: FC<{}> = () => {
percentageData={{
used: statics.reqCnt,
limit: user.reqDayLimit,
onlyPercentage: false,
onlyPercentage: true,
}}
>
{statics.reqCnt}
Expand Down
2 changes: 1 addition & 1 deletion src/shared/components/EmptyByDesc/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}

.empty-usage-container .para {
font-size: 16px;
font-size: 14px;
font-weight: 400;
text-align: left;
color: #3f3f3f;
Expand Down
2 changes: 1 addition & 1 deletion src/shared/components/OverviewCard/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
background: #f6f6f6;
border-radius: 12px;
padding: 0 20px;
margin-right: 25px;
margin-right: 20px;
}

.summary-card:last-of-type {
Expand Down

0 comments on commit 9aeedbf

Please sign in to comment.