feat(preferences): improve custom extension installation design (#674)

This commit is contained in:
Gorjan Petrovski
2021-10-11 11:24:54 +02:00
committed by GitHub
parent f1122f292e
commit d61ff5138b
3 changed files with 12 additions and 11 deletions

View File

@@ -88,9 +88,10 @@ export const Extensions: FunctionComponent<{
text={customUrl}
onChange={(value) => { setCustomUrl(value); }}
/>
<div className="min-h-1" />
<div className="min-h-2" />
<Button
type="primary"
className="min-w-20"
type="normal"
label="Install"
onClick={() => submitExtensionUrl(customUrl)}
/>