Change to dark theme

This commit is contained in:
Deluan
2020-01-23 22:51:52 -05:00
parent 6a21cb70cf
commit c71c04f7dd
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
// import purple from '@material-ui/core/colors/purple'
import blue from '@material-ui/core/colors/blue'
export const DarkTheme = {
palette: {
// secondary: purple,
secondary: blue,
type: 'dark'
}
}