Skip to content

Commit 108ccd7

Browse files
committed
Updated newsletter background preset color to lightgrey
no issue
1 parent c531696 commit 108ccd7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ghost/admin/app/components/modals/newsletters/edit/design-labs.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ export default class EditNewsletterDesignForm extends Component {
4949
get backgroundPresetColors() {
5050
return [
5151
{
52-
value: 'dark',
53-
name: 'Black',
54-
class: 'black',
55-
style: ''
52+
value: '#f0f0f0',
53+
name: 'Lightgrey',
54+
class: '',
55+
style: 'background: #f0f0f0 !important;'
5656
},
5757
{
5858
value: 'light',

0 commit comments

Comments
 (0)