Skip to content

Commit cc95cba

Browse files
committed
ActionBridges: default to style.Dim
1 parent 8c8bafb commit cc95cba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/actions/bridge/bridge.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ func ActionBridges(name string) carapace.Action {
106106
return style.Carapace.KeywordPositive
107107
}
108108
}
109-
return style.Default
109+
return style.Dim
110110
}),
111111
).ToA().Tag("bridges")
112112
})

0 commit comments

Comments
 (0)