mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-19 22:27:59 +01:00
rename cyan to teal
This commit is contained in:
parent
0787cecf12
commit
5c347eccb6
3 changed files with 1 additions and 1 deletions
|
@ -605,7 +605,7 @@ defmodule Philomena.Users.User do
|
|||
do: user.otp_backup_codes |> Enum.reject(&Password.verify_pass(token, &1))
|
||||
|
||||
def theme_colors do
|
||||
~W(red orange yellow blue green purple cyan pink gray)
|
||||
~W(red orange yellow blue green purple teal pink gray)
|
||||
end
|
||||
|
||||
def theme_names do
|
||||
|
|
Loading…
Reference in a new issue