mirror of https://gitee.com/answerdev/answer.git
fix(theme): remove unsupported theme
This commit is contained in:
parent
350f317fc3
commit
2769c007e7
|
@ -11,12 +11,4 @@ var GetThemeOptions = []*GetThemeOption{
|
|||
Label: "Default",
|
||||
Value: "default",
|
||||
},
|
||||
{
|
||||
Label: "Black",
|
||||
Value: "black",
|
||||
},
|
||||
{
|
||||
Label: "White",
|
||||
Value: "white",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue