mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
Update About.jsx
This commit is contained in:
@@ -15,7 +15,14 @@ import { echoHost } from 'utils/Hosts'
|
|||||||
|
|
||||||
export default function AboutDialog() {
|
export default function AboutDialog() {
|
||||||
const { t } = useTranslation()
|
const { t } = useTranslation()
|
||||||
const darkTheme = createMuiTheme({ palette: { type: 'dark', primary: { main: '#00a572' } } })
|
// https://material-ui.com/ru/customization/default-theme/
|
||||||
|
const darkTheme = createMuiTheme({
|
||||||
|
palette: {
|
||||||
|
type: 'dark',
|
||||||
|
primary: { main: '#00a572' },
|
||||||
|
background: { paper: '#575757' },
|
||||||
|
},
|
||||||
|
})
|
||||||
const [open, setOpen] = useState(false)
|
const [open, setOpen] = useState(false)
|
||||||
const [torrServerVersion, setTorrServerVersion] = useState('')
|
const [torrServerVersion, setTorrServerVersion] = useState('')
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user