File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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" } } >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments