mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Updated newsletter background preset color to lightgrey
no issue
This commit is contained in:
parent
c5316966e3
commit
108ccd7fb6
1 changed files with 4 additions and 4 deletions
|
@ -49,10 +49,10 @@ export default class EditNewsletterDesignForm extends Component {
|
|||
get backgroundPresetColors() {
|
||||
return [
|
||||
{
|
||||
value: 'dark',
|
||||
name: 'Black',
|
||||
class: 'black',
|
||||
style: ''
|
||||
value: '#f0f0f0',
|
||||
name: 'Lightgrey',
|
||||
class: '',
|
||||
style: 'background: #f0f0f0 !important;'
|
||||
},
|
||||
{
|
||||
value: 'light',
|
||||
|
|
Loading…
Add table
Reference in a new issue