feat: add "Compilation" filter to albums

This commit is contained in:
Deluan
2020-03-19 23:25:40 -04:00
parent 8401d85f78
commit 270b0ae74e
2 changed files with 9 additions and 0 deletions
+7
View File
@@ -7,6 +7,13 @@ export const DarkTheme = {
},
secondary: blue,
type: 'dark'
},
overrides: {
MuiFormGroup: {
root: {
color: 'white'
}
}
}
}