Skip to content
Snippets Groups Projects
Unverified Commit cf8e99a7 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Fix alignment of company logo when whitelabelling is turned on (#15755)

parent 43bf107d
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ export default class LogoIcon extends Component {
<span
ref={c => (this._container = c)}
className={cx(
"Icon",
"Icon text-centered",
{ "text-brand": !dark },
{ "text-white": dark },
className,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment