Add UI formatting for edit fields

This adds formatting and icons to the edit field buttons at the top of the ui, as well as some additional components for abstraction – such as `InputGroup`, `ButtonGroup` and `EditFieldButton` (which is a subcomponent of the paint editor)
This commit is contained in:
Matthew Taylor 2017-10-23 10:35:30 -04:00 committed by DD
parent 1963d9d0db
commit c3f578c140

View file

@ -31,7 +31,6 @@ import styles from './paint-editor.css';
import groupIcon from './group.svg';
import redoIcon from './redo.svg';
import rotationPointIcon from './rotation-point.svg';
import sendBackIcon from './send-back.svg';
import sendBackwardIcon from './send-backward.svg';
import sendForwardIcon from './send-forward.svg';