removed panel radius

returned ability to save maps without changes
This commit is contained in:
muerwre 2019-02-13 16:05:09 +07:00
parent 88f91c8529
commit a04b903206
3 changed files with 477 additions and 452 deletions

View file

@ -39,7 +39,7 @@ class Component extends React.PureComponent<Props, void> {
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);
};

File diff suppressed because it is too large Load diff

Before

Width:  |  Height:  |  Size: 792 KiB

After

Width:  |  Height:  |  Size: 791 KiB

Before After
Before After

View file

@ -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;