Skip to content

Commit

Permalink
Remove "default" from Dark theme name
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed May 2, 2020
1 parent 8dc2d7a commit 055c77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/themes/dark.js
@@ -1,7 +1,7 @@
import blue from '@material-ui/core/colors/blue'

export default {
themeName: 'Dark (default)',
themeName: 'Dark',
palette: {
primary: {
main: '#90caf9',
Expand Down

0 comments on commit 055c77b

Please sign in to comment.