We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c531696 commit 108ccd7Copy full SHA for 108ccd7
ghost/admin/app/components/modals/newsletters/edit/design-labs.js
@@ -49,10 +49,10 @@ export default class EditNewsletterDesignForm extends Component {
49
get backgroundPresetColors() {
50
return [
51
{
52
- value: 'dark',
53
- name: 'Black',
54
- class: 'black',
55
- style: ''
+ value: '#f0f0f0',
+ name: 'Lightgrey',
+ class: '',
+ style: 'background: #f0f0f0 !important;'
56
},
57
58
value: 'light',
0 commit comments