diff --git a/src/ui/buttons/styles/button.js b/src/ui/buttons/styles/button.js index 890bdaac5..3d389d546 100644 --- a/src/ui/buttons/styles/button.js +++ b/src/ui/buttons/styles/button.js @@ -3,9 +3,7 @@ import { ENV } from "@paypal/sdk-constants/src"; import { LOGO_CLASS } from "@paypal/sdk-logos/src"; -import { CLASS, ATTRIBUTE } from "../../../constants"; - -import { HIDDEN } from "./labels"; +import { CLASS } from "../../../constants"; const MIN_VAULT_BUTTON_WIDTH = 250; diff --git a/src/ui/buttons/styles/responsive.js b/src/ui/buttons/styles/responsive.js index 0132c3fbb..454fb4311 100644 --- a/src/ui/buttons/styles/responsive.js +++ b/src/ui/buttons/styles/responsive.js @@ -494,6 +494,7 @@ const generateRebrandedDisableMaxHeightStyles = (): string => { .${CLASS.BUTTON_REBRAND} > .${CLASS.BUTTON_LABEL} { gap: ${gap}px; } + .${CLASS.CONTAINER} .${CLASS.BUTTON_ROW} .${CLASS.TEXT}, .${CLASS.CONTAINER} .${CLASS.BUTTON_ROW} .${CLASS.SPACE} { font-size: ${fontSize}px; @@ -866,7 +867,7 @@ export function buttonResponsiveStyle({ text-align: center; height: 100%; } - + // border radius .${CLASS.BUTTON}.${CLASS.BORDER_RADIUS} { ${