Skip to content

Commit e220f08

Browse files
author
Ives van Hoorne
committed
Set default font size for sharing to 14
1 parent a03d4f0 commit e220f08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/pages/Sandbox/Editor/Content/Header/ShareView.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class ShareView extends React.PureComponent {
150150
defaultModule: null,
151151
autoResize: false,
152152
hideNavigation: false,
153-
fontSize: 16,
153+
fontSize: 14,
154154
};
155155

156156
handleChange = e => this.setState({ message: e.target.value });
@@ -201,7 +201,7 @@ class ShareView extends React.PureComponent {
201201
options.hidenavigation = 1;
202202
}
203203

204-
if (fontSize !== 16) {
204+
if (fontSize !== 14) {
205205
options.fontsize = fontSize;
206206
}
207207

0 commit comments

Comments
 (0)