mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-05-19 01:21:59 -04:00
Combine fill-color and fill-color-2 reducers
This commit is contained in:
parent
604b450b5d
commit
018958ce7b
17 changed files with 93 additions and 92 deletions
src/containers
|
@ -94,7 +94,7 @@ BitLineMode.propTypes = {
|
|||
|
||||
const mapStateToProps = state => ({
|
||||
bitBrushSize: state.scratchPaint.bitBrushSize,
|
||||
color: state.scratchPaint.color.fillColor,
|
||||
color: state.scratchPaint.color.fillColor.primary,
|
||||
isBitLineModeActive: state.scratchPaint.mode === Modes.BIT_LINE
|
||||
});
|
||||
const mapDispatchToProps = dispatch => ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue