Skip to content

Commit

Permalink
🎨 style(app): change theme-color meta attr (green color) to enable it…
Browse files Browse the repository at this point in the history
… on Safari
  • Loading branch information
drackp2m committed Nov 13, 2024
1 parent 7aa9f6b commit beddebe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions apps/app/src/assets/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions apps/app/src/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion apps/app/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="theme-color" content="#00b458" />
<meta name="theme-color" content="#00b058" />
<meta name="viewport" content="width=device-width, user-scalable=no, viewport-fit=cover" />
</head>

Expand Down
2 changes: 1 addition & 1 deletion apps/app/src/scss/abstracts/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $font-casual: (
$card-color: (
red: #ef3d44,
purple: #492f93,
green: #00b458,
green: #00b058,
) !default;

$color: (
Expand Down

0 comments on commit beddebe

Please sign in to comment.