Skip to content

Commit 4994f84

Browse files
committed
fix UI spacing
1 parent 4dc0d47 commit 4994f84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/src/apps/issue-write/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ function CreateIssueApp() {
241241
borderBottomStyle="solid"
242242
borderBottomColor="border.default"
243243
>
244-
<Box sx={{ color: "fg.default", flexShrink: 0, display: "flex" }}>
244+
<Box sx={{ color: "fg.default", flexShrink: 0, display: "flex", mr: 1 }}>
245245
<IssueOpenedIcon size={16} />
246246
</Box>
247247
<Text sx={{ fontWeight: "semibold", whiteSpace: "nowrap" }}>

ui/src/apps/pr-write/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ function CreatePRApp() {
231231
borderBottomStyle="solid"
232232
borderBottomColor="border.default"
233233
>
234-
<Box sx={{ color: "fg.default", flexShrink: 0, display: "flex" }}>
234+
<Box sx={{ color: "fg.default", flexShrink: 0, display: "flex", mr: 1 }}>
235235
<GitPullRequestIcon size={16} />
236236
</Box>
237237
<Text sx={{ fontWeight: "semibold", whiteSpace: "nowrap" }}>New pull request</Text>

0 commit comments

Comments
 (0)