mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-01-25 05:39:52 -05:00
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:
parent
1963d9d0db
commit
c3f578c140
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ import styles from './paint-editor.css';
|
||||||
|
|
||||||
import groupIcon from './group.svg';
|
import groupIcon from './group.svg';
|
||||||
import redoIcon from './redo.svg';
|
import redoIcon from './redo.svg';
|
||||||
import rotationPointIcon from './rotation-point.svg';
|
|
||||||
import sendBackIcon from './send-back.svg';
|
import sendBackIcon from './send-back.svg';
|
||||||
import sendBackwardIcon from './send-backward.svg';
|
import sendBackwardIcon from './send-backward.svg';
|
||||||
import sendForwardIcon from './send-forward.svg';
|
import sendForwardIcon from './send-forward.svg';
|
||||||
|
|
Loading…
Reference in a new issue