diff --git a/src/components/panels/EditorPanel.tsx b/src/components/panels/EditorPanel.tsx index d5867de..adb1ed4 100644 --- a/src/components/panels/EditorPanel.tsx +++ b/src/components/panels/EditorPanel.tsx @@ -39,7 +39,7 @@ class Component extends React.PureComponent { startRouterMode = () => this.props.setMode(MODES.ROUTER); startTrashMode = () => this.props.setMode(MODES.TRASH); startSaveMode = () => { - if (!this.props.changed) return; + // if (!this.props.changed) return; this.props.setMode(MODES.SAVE); }; diff --git a/src/sprites/stickers/stickers-base.svg b/src/sprites/stickers/stickers-base.svg index a79b0a2..e4ea593 100644 --- a/src/sprites/stickers/stickers-base.svg +++ b/src/sprites/stickers/stickers-base.svg @@ -1863,8 +1863,8 @@ inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:zoom="1" - inkscape:cx="2878.1524" - inkscape:cy="9.8847718" + inkscape:cx="2845.2064" + inkscape:cy="21.96094" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="false" @@ -2041,24 +2041,6 @@ inkscape:connector-curvature="0" sodipodi:nodetypes="czzcccc" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/styles/colors.less b/src/styles/colors.less index f06ba7a..990f1e3 100644 --- a/src/styles/colors.less +++ b/src/styles/colors.less @@ -14,8 +14,8 @@ @red_primary: #ff7034; @red_secondary: #ff3344; -@panel_radius: 4px; -@button_radius: 2px; +@panel_radius: 0; +@button_radius: 0; @color_primary: #4597d0; @color_success: #7cd766;