fixes button height (#11471)

This commit is contained in:
v-bbrady
2020-08-05 11:25:56 -07:00
committed by GitHub
parent 50b6789e51
commit c0836409cc

View File

@@ -373,7 +373,7 @@ class WelcomePage extends Disposable {
getDropdownBtn.appendChild(i);
nav.appendChild(dropdownUl);
dropdownButtonContainer.appendChild(nav);
const fileBtnWindowsClasses = ['windows-only', 'linux-only', 'btn-secondary'];
const fileBtnWindowsClasses = ['windows-only', 'linux-only'];
const fileBtnMacClasses = ['mac-only'];
const fileBtnContainer = container.querySelector('#open-file-btn-container') as HTMLElement;