diff --git a/website/src/components/UserFeedback/styles.module.css b/website/src/components/UserFeedback/styles.module.css index c3bb5fa4f4..05588a72f5 100644 --- a/website/src/components/UserFeedback/styles.module.css +++ b/website/src/components/UserFeedback/styles.module.css @@ -166,10 +166,14 @@ button.close-button { background-color: var(--ifm-background-color); color: currentColor; border-radius: var(--ifm-global-radius); - border: max(var(--ifm-global-border-width), 2px) solid - var(--unleash-color-gray); + border: var(--ifm-global-border-width) solid + var(--ifm-color-emphasis-400); + font-style: normal; + font-family: inherit; + padding: var(--ifm-spacing-vertical) var(--ifm-spacing-horizontal); } + .customer-type-inputs { display: flex; justify-content: center;