Skip to content

Commit

Permalink
Remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyAppeldoorn committed Aug 22, 2023
1 parent 12e60c6 commit 1168b18
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/components/Circle/Circle.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

.current {
color: #ffffff;
font-family: Rajdhani, sans-serif;
font-size: 40px;
font-weight: bold;
margin: 0;
Expand All @@ -29,7 +28,6 @@

.needed {
color: #ffffff;
font-family: Rajdhani, sans-serif;
font-size: 18px;
font-weight: 500;
margin: 0;
Expand Down
2 changes: 0 additions & 2 deletions src/modules/feed/components/Transaction/Header.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
height: 28px;
width: 23px;
color: #081721;
font-family: Rajdhani, sans-serif;
font-size: 22px;
font-weight: 600;
text-align: right
Expand All @@ -33,7 +32,6 @@
height: 13px;
width: 48px;
color: #081721;
font-family: Calibri, sans-serif;
font-size: 11px;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
.transaction_text {
margin-top: 16px;
color: #081721;
font-family: Calibri, sans-serif;
font-size: 14px;
text-align: left;
}
Expand Down
1 change: 0 additions & 1 deletion src/modules/statistics/Statistics.module.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.container {
font-family: Rajdhani, sans-serif;
color: #ffffff;
margin-bottom: 16px;
}
Expand Down

0 comments on commit 1168b18

Please sign in to comment.