Skip to content

Commit a421f6d

Browse files
committed
#541 feat: Move color picker for easy access
1 parent aef4045 commit a421f6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webapp/components/general/ControlPanelTreeItem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const useStyles = makeStyles((theme) => ({
6464
colorPicker: {
6565
position: 'absolute',
6666
zIndex: 1000,
67-
right: 0,
67+
right: '-2.7rem',
6868
backgroundColor: `${bgDarker} !important`,
6969
padding: '0.2rem',
7070
'& label': {

0 commit comments

Comments
 (0)