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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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