tool-bar
tool-bar copied to clipboard
Separator not centered with atom-material-ui
Hi, Toolbar separator are not center and are too dim using atom-material-ui (see screenshot). I had to add this to my stylesheet to have the expected behavior:
.amu-compact-tab-bar .tool-bar.tool-bar-16px.tool-bar-vertical .tool-bar-spacer,
.amu-compact-tab-bar .tool-bar.tool-bar-24px.tool-bar-vertical .tool-bar-spacer,
.amu-compact-tab-bar .tool-bar.tool-bar-32px.tool-bar-vertical .tool-bar-spacer {
margin: 0 auto;
border-color: rgba(131, 148, 150, 0.65);
}


Your gonna want to post this in the atom-material-ui
repository to get this changed as its that theme which is the direct cause not this package.
@mrleblanc101 could you create a PR with a similar override as you can see for other themes with the code you posted?
Can i implement this with the code @mrleblanc101 posted?
@wale-bant sure, just keep in mind it has both dark and light versions needing separate overrides 😊