There was an error while loading. Please reload this page.
1 parent 9b805c1 commit 9d6e05bCopy full SHA for 9d6e05b
1 file changed
packages/cli/src/services/update-preflight.tsx
@@ -447,7 +447,7 @@ function UpdateFooter(props: {
447
})
448
449
return (
450
- <box width="100%" height={4} flexDirection="row" gap={1} live={props.animating()}>
+ <box width="100%" height={4} flexDirection="row" gap={1} paddingLeft={1} live={props.animating()}>
451
<Monogram ink={monogramInk} />
452
<box flexDirection="column" flexGrow={1} overflow="hidden">
453
<CellLine cells={header()} />
0 commit comments