tweaks for a new theme

This commit is contained in:
derexo 2022-04-06 22:31:25 +02:00
parent 031d6a22df
commit dbf034cd87
3 changed files with 91 additions and 0 deletions

View file

@ -130,6 +130,7 @@ Migrations.add('use-css-class-for-boards-colors', () => {
'#596557': 'natural',
'#2A80B8': 'modern',
'#2a2a2a': 'moderndark',
'#222222': 'exodark',
};
Boards.find().forEach(board => {
const oldBoardColor = board.background.color;