Skip to content

Commit

Permalink
Merge pull request #8544 from RocketChat/hotfix/migration-103
Browse files Browse the repository at this point in the history
[FIX] Migration 103 wrong converting primrary colors
  • Loading branch information
rodrigok committed Oct 19, 2017
2 parents ae9a9f4 + 8a3c99b commit 5237305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/startup/migrations/v103.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const majorColors = {
'content-background-color': '#FFFFFF',
'primary-background-color': 'color-primary',
'primary-background-color': '#04436A',
'primary-font-color': '#444444',
'primary-action-color': '#13679A', // was action-buttons-color
'secondary-background-color': '#F4F4F4',
Expand Down

0 comments on commit 5237305

Please sign in to comment.