Skip to content

Commit

Permalink
#595 Eletron Density - Settings and control panel
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-m2ms committed Mar 30, 2021
1 parent 997c08f commit cf6999e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions js/components/preview/viewerControls/settingsControls.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ const useStyles = makeStyles(theme => ({
width: 208
},
divider: {
borderTop: '1px dashed ' + palette.divider,
paddingTop: '10px'
borderTop: '1px dashed ' + palette.dividerDark,
paddingTop: '15px',
marginTop: '10px'
}
}));

Expand Down
3 changes: 2 additions & 1 deletion js/theme/palette.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@ export default {
divider: '#CECECE'
},
icon: colors.blueGrey[600],
divider: colors.grey[200]
divider: colors.grey[200],
dividerDark: colors.grey[500]
};

0 comments on commit cf6999e

Please sign in to comment.