From 6916873ec71392654f7b1d1077acb768356e44a0 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Mon, 28 Feb 2022 10:19:02 +0100 Subject: [PATCH] docs: style input text area --- website/src/components/UserFeedback/styles.module.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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;