Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anastat1on committed Dec 30, 2024
1 parent 364c9e8 commit df1da9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ body {

font-family: $main-font;
line-height: $main-line-height;
font-weight: $main-font-weigh;
font-weight: $main-font-weight;
}
2 changes: 1 addition & 1 deletion src/styles/utils/variables.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$main-font: 'Roboto', 'Arial', sans-serif;
$main-color-text: rgba(6, 11, 53, 1);
$main-font-weigh: 400;
$main-font-weight: 400;
$light-color-text: rgba(97, 96, 112, 1);
$buy-button-color: rgba(0, 172, 220, 1);
$main-line-height: 18px;

0 comments on commit df1da9c

Please sign in to comment.