Skip to content
Snippets Groups Projects
Commit 7368b268 authored by Khalid, Rizwan (UG - Computer Science)'s avatar Khalid, Rizwan (UG - Computer Science)
Browse files

Updated dark theme of app

parent a0709a69
No related branches found
No related tags found
2 merge requests!8CI/CD,!1Frontend
...@@ -10,7 +10,7 @@ import ViewPost from './components/Pages/ViewPost/ViewPost.js'; ...@@ -10,7 +10,7 @@ import ViewPost from './components/Pages/ViewPost/ViewPost.js';
import AddPost from './components/Pages/AddPost/AddPost.js'; import AddPost from './components/Pages/AddPost/AddPost.js';
import Auth from './components/Auth/Auth.js'; import Auth from './components/Auth/Auth.js';
import { AuthProvider } from './context/auth.js'; import { AuthProvider } from './context/auth.js';
import AuthRoute from './util/AuthRoute.js'; import AuthRoute from './components/AuthRoute/AuthRoute.js';
const httpLink = createHttpLink({ const httpLink = createHttpLink({
uri: 'http://localhost:5000/graphql' uri: 'http://localhost:5000/graphql'
......
import { createMuiTheme } from '@material-ui/core/styles';
export const darkTheme = createMuiTheme({
palette: {
type: 'dark',
primary: {
main: '#64b5f6',
},
}
});
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment