diff --git a/services/web/frontend/js/features/pdf-preview/components/compile-time-warning-upgrade-prompt-inner.tsx b/services/web/frontend/js/features/pdf-preview/components/compile-time-warning-upgrade-prompt-inner.tsx index 1cf62883d0..2c59fdb314 100644 --- a/services/web/frontend/js/features/pdf-preview/components/compile-time-warning-upgrade-prompt-inner.tsx +++ b/services/web/frontend/js/features/pdf-preview/components/compile-time-warning-upgrade-prompt-inner.tsx @@ -18,7 +18,7 @@ export const CompileTimeWarningUpgradePromptInner: FC<{ variant="new-10s" source="compile-time-warning" buttonProps={{ - className: 'btn-secondary-compile-timeout-override', + variant: 'secondary', }} > {hasNewPaywallCta diff --git a/services/web/frontend/stylesheets/app/editor/pdf.less b/services/web/frontend/stylesheets/app/editor/pdf.less index e3a4d38a23..fe6dbeb200 100644 --- a/services/web/frontend/stylesheets/app/editor/pdf.less +++ b/services/web/frontend/stylesheets/app/editor/pdf.less @@ -545,10 +545,3 @@ @margin-md ); } - -.btn-secondary-compile-timeout-override { - color: #1b222c; - background-color: #ffffff; - border-color: #677283; - border-width: 1px; -} diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/logs.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/logs.scss index 7cf92c6e10..3a495c844e 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/logs.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/logs.scss @@ -186,13 +186,6 @@ } } -.btn-secondary-compile-timeout-override { - color: var(--content-primary); - background-color: var(--bg-light-primary); - border-color: var(--border-primary); - border-width: 1px; -} - .log-entry-formatted-content, .log-entry-content-link { font-size: var(--font-size-02);