diff --git a/packages/feedback/src/core/createMainStyles.ts b/packages/feedback/src/core/createMainStyles.ts index 92763cacdd93..bdcc52362a21 100644 --- a/packages/feedback/src/core/createMainStyles.ts +++ b/packages/feedback/src/core/createMainStyles.ts @@ -11,44 +11,19 @@ function getThemedCssVariables(theme: FeedbackInternalOptions['themeLight']): st --border: ${theme.border}; --border-radius: ${theme.borderRadius}; --box-shadow: ${theme.boxShadow}; - - --submit-background: ${theme.submitBackground}; - --submit-background-hover: ${theme.submitBackgroundHover}; - --submit-border: ${theme.submitBorder}; - --submit-outline-focus: ${theme.submitOutlineFocus}; - --submit-foreground: ${theme.submitForeground}; - --submit-foreground-hover: ${theme.submitForegroundHover}; - - --cancel-background: ${theme.cancelBackground}; - --cancel-background-hover: ${theme.cancelBackgroundHover}; - --cancel-border: ${theme.cancelBorder}; - --cancel-outline-focus: ${theme.cancelOutlineFocus}; - --cancel-foreground: ${theme.cancelForeground}; - --cancel-foreground-hover: ${theme.cancelForegroundHover}; - - --input-background: ${theme.inputBackground}; - --input-foreground: ${theme.inputForeground}; - --input-border: ${theme.inputBorder}; - --input-outline-focus: ${theme.inputOutlineFocus}; - - --form-border-radius: ${theme.formBorderRadius}; - --form-content-border-radius: ${theme.formContentBorderRadius}; `; } /** * Creates