diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-06-10 14:19:35 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-06-10 14:19:35 +0200 |
| commit | 9a1cac006a80098f90f2febf751632c7e5ffbfa0 (patch) | |
| tree | cb255601d15b4deef59f3162407412681c5ac7de /frontend/views/page/components/tile.form.js | |
| parent | 107bf7b019215634741b11dbf07fc23c65a072b6 (diff) | |
setting page background color
Diffstat (limited to 'frontend/views/page/components/tile.form.js')
| -rw-r--r-- | frontend/views/page/components/tile.form.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/views/page/components/tile.form.js b/frontend/views/page/components/tile.form.js index d570019..bfc5c0b 100644 --- a/frontend/views/page/components/tile.form.js +++ b/frontend/views/page/components/tile.form.js @@ -71,7 +71,7 @@ const newImage = (data) => ({ const newText = (data) => ({ settings: { ...newPosition(), - content: "What is up... I have no idea actually", + content: "", font_family: 'sans-serif', font_size: 16, font_style: 'normal', |
