Skip to content

Commit

Permalink
Fix theme color + path to font
Browse files Browse the repository at this point in the history
  • Loading branch information
nahkd123 committed Oct 9, 2024
1 parent 14750bd commit 10f5ca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nahara-motion-ui/public/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"categories": ["productivity"],
"orientation": "any",
"start_url": ".",
"theme_color": "#d1d1d1",
"theme_color": "#efefef",
"background_color": "#ffffff",
"dir": "ltr",
"lang": "en",
Expand Down
2 changes: 1 addition & 1 deletion nahara-motion-ui/src/app.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Font */
@font-face {
font-family: Inter;
src: url(font/inter/Inter-VariableFont_opsz\,wght.ttf);
src: url(../font/inter/Inter-VariableFont_opsz\,wght.ttf);
}

* {
Expand Down

0 comments on commit 10f5ca8

Please sign in to comment.