Skip to content

Commit c15858d

Browse files
committed
Adjust UI
1 parent b8f613b commit c15858d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Core/Sources/SuggestionWidget/SuggestionPanelContent/PromptToCodePanelView.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ extension PromptToCodePanelView {
5555
Button(action: {
5656
store.send(.revertButtonTapped)
5757
}, label: {
58-
HStack(spacing: 2) {
58+
HStack(spacing: 4) {
5959
Text(Image(systemName: "arrow.uturn.backward.circle.fill"))
60+
.foregroundStyle(.secondary)
6061
Text(previousStep.instruction)
6162
.lineLimit(1)
6263
.truncationMode(.tail)
@@ -67,7 +68,7 @@ extension PromptToCodePanelView {
6768
})
6869
.buttonStyle(.plain)
6970
.disabled(store.promptToCodeState.isGenerating)
70-
.padding(4)
71+
.padding(6)
7172

7273
Divider()
7374
}

0 commit comments

Comments
 (0)