Remove "default" from Dark theme name

This commit is contained in:
Deluan 2020-05-02 14:50:46 -04:00
parent 8dc2d7a5e0
commit 055c77b38c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import blue from '@material-ui/core/colors/blue'
export default {
themeName: 'Dark (default)',
themeName: 'Dark',
palette: {
primary: {
main: '#90caf9',