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