diff --git a/src/js/themes/hpe.js b/src/js/themes/hpe.js index cf19018..be4eeb3 100644 --- a/src/js/themes/hpe.js +++ b/src/js/themes/hpe.js @@ -1416,6 +1416,23 @@ export const hpe = deepFreeze({ }, }, select: { + clear: { + container: { + background: undefined, + pad: { + horizontal: '12px', + vertical: '6px', + }, + hover: { + background: 'background-contrast', + }, + }, + text: { + color: 'text-strong', + size: '19px', // align to button font size + weight: 600, + }, + }, control: { extend: ({ disabled }) => css` ${disabled &&