Skip to content

Commit

Permalink
ui: sync meta theme-color with header background color (#2840)
Browse files Browse the repository at this point in the history
  • Loading branch information
libotony authored Nov 16, 2023
1 parent fba87d7 commit c520af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/teslamate_web/templates/layout/root.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<link rel="shortcut icon" href="/favicon.ico?v=5AB53N3ALo">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
<meta name="theme-color" content="#363636">
<%= csrf_meta_tag() %>
<script defer phx-track-static type="text/javascript" src={Routes.static_path(@conn, "/assets/app.js")}></script>
</head>
Expand Down

0 comments on commit c520af5

Please sign in to comment.