Add dark theme
This commit is contained in:
committed by
Henrique Dias
parent
cc7ec4f0c5
commit
55a9d945cc
@@ -9,6 +9,7 @@ const version = window.FileBrowser.Version
|
||||
const logoURL = `/${staticURL}/img/logo.svg`
|
||||
const noAuth = window.FileBrowser.NoAuth
|
||||
const loginPage = window.FileBrowser.LoginPage
|
||||
const theme = window.FileBrowser.Theme
|
||||
|
||||
export {
|
||||
name,
|
||||
@@ -20,5 +21,6 @@ export {
|
||||
signup,
|
||||
version,
|
||||
noAuth,
|
||||
loginPage
|
||||
loginPage,
|
||||
theme
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user