diff --git a/client/styles/components/_toolbar.scss b/client/styles/components/_toolbar.scss index 3b4c4f92..6a1e8253 100644 --- a/client/styles/components/_toolbar.scss +++ b/client/styles/components/_toolbar.scss @@ -90,6 +90,7 @@ } } cursor: pointer; + line-height: #{18 / $base-font-size}rem; .toolbar__project-name-container--editing & { display: none; @@ -129,7 +130,7 @@ height: #{18 / $base-font-size}rem; } @include themify() { - & path { + & path { fill: getThemifyVariable('inactive-text-color'); } }