Howdy!

(defface helm-descbinds-key '((t :box t))
"Face for keys in helm-descbinds.")
(defface helm-descbinds-binding '((t :inherit font-lock-warning-face))
"Face for bindings in helm-descbinds.")
A quick switch to default fixes it.

vs my existing helmized describe-variable:

Thank you for helm.