This commit is contained in:
Daniel Shleifman
2021-06-21 00:38:58 +03:00
parent 033aa3153f
commit 57cbac38c9
5 changed files with 17 additions and 10 deletions

View File

@@ -12,11 +12,11 @@ import ListItemText from '@material-ui/core/ListItemText'
import { useTranslation } from 'react-i18next'
import { echoHost } from 'utils/Hosts'
import { ThemeProvider } from '@material-ui/core/styles'
import { themeColors } from 'style/colors'
import { mainColors } from 'style/colors'
import { lightTheme } from '../style/materialUISetup'
const { primary } = themeColors
const { primary } = mainColors
export default function AboutDialog() {
const { t } = useTranslation()