Skip to content

Commit

Permalink
chore: amend text
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbulat committed Jun 18, 2024
1 parent 73d1e64 commit 607ae1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/theme/fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
@font-face {
font-family: InterBold;
font-style: normal;
font-weight: 900;
src: url('./fonts/Inter900.woff2') format('woff2');
font-weight: 800;
src: url('./fonts/Inter800.woff2') format('woff2');
}

@font-face {
Expand Down
2 changes: 1 addition & 1 deletion src/theme/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ SPDX-License-Identifier: GPL-3.0-only */
--status-warning-color-transparent: rgb(236 211 125 / 50%);
--status-danger-color: #ae2324;
--status-danger-color-transparent: rgb(255 0 0 / 25%);
--text-color-primary: #3f3f3f;
--text-color-primary: #2f2f2f;
--text-color-secondary: #585858;
--text-color-tertiary: #888;
--text-color-invert: #fafafa;
Expand Down

0 comments on commit 607ae1e

Please sign in to comment.