Fix titlebar button height

This commit is contained in:
Fedor Indutny
2022-06-23 17:40:45 -07:00
committed by GitHub
parent c8ef2bc626
commit f9fb09b734

View File

@@ -630,7 +630,7 @@ async function getTitleBarOverlay(): Promise<TitleBarOverlayOptions | false> {
symbolColor, symbolColor,
// Should match stylesheets/components/TitleBarContainer.scss // Should match stylesheets/components/TitleBarContainer.scss
height: 28, height: 28 - 1,
}; };
} }