Skip to content

Commit 9021038

Browse files
authored
Use 'InspectionsOK' instead of 'Commit' for CodeWhisperer checkmark in status bar (#3988)
In NewUI, 'Commit' does not look like a checkmark
1 parent ae9d256 commit 9021038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jetbrains-core/src/software/aws/toolkits/jetbrains/services/codewhisperer/status/CodeWhispererStatusBarWidget.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class CodeWhispererStatusBarWidget(project: Project) :
9797
} else if (CodeWhispererInvocationStatus.getInstance().hasExistingInvocation()) {
9898
AnimatedIcon.Default()
9999
} else {
100-
AllIcons.Actions.Commit
100+
AllIcons.General.InspectionsOK
101101
}
102102

103103
companion object {

0 commit comments

Comments
 (0)