changed theme_color to black
This commit is contained in:
parent
5a9dd02e08
commit
9d0d24f026
|
@ -80,7 +80,7 @@ defmodule Mobilizon.Web.PageView do
|
|||
end
|
||||
|
||||
def theme_color do
|
||||
"#ffd599"
|
||||
"#000000"
|
||||
end
|
||||
|
||||
def language_direction(assigns) do
|
||||
|
|
|
@ -35,7 +35,7 @@ export default defineConfig(({ command }) => {
|
|||
name: "Mobilizon",
|
||||
short_name: "Mobilizon",
|
||||
orientation: "portrait-primary",
|
||||
theme_color: "#ffd599",
|
||||
theme_color: "#000000",
|
||||
icons: [
|
||||
{
|
||||
src: "./img/icons/android-chrome-192x192.png",
|
||||
|
|
Loading…
Reference in a new issue