0
Fork 0
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:
Simon Backx 2023-04-05 10:00:23 +02:00
parent c5316966e3
commit 108ccd7fb6

View file

@ -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',