Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 1888d9d

Browse files
committed
fix(c11n): save icon_green theme in camlCase
1 parent 2d3278a commit 1888d9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/mastani_server/accounts/delegates/customization.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,6 @@ defmodule MastaniServer.Accounts.Delegate.Customization do
131131
end
132132

133133
defp downcase_theme("SOLARIZEDDARK"), do: "solarizedDark"
134+
defp downcase_theme("IRONGREEN"), do: "ironGreen"
134135
defp downcase_theme(theme), do: String.downcase(theme)
135136
end

0 commit comments

Comments
 (0)