[web] Use btn-secondary on compile timeout notification (#21949)

* [web] Use btn-secondary on compile timeout notification
* fix update to wrong variant

GitOrigin-RevId: 9745ae17525e835c96f62471aa24a8ae9a1e7e93
This commit is contained in:
Kristina
2024-11-21 10:16:36 +01:00
committed by Copybot
parent 4f25b0de91
commit 583923a4d0
3 changed files with 1 additions and 15 deletions
@@ -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
@@ -545,10 +545,3 @@
@margin-md
);
}
.btn-secondary-compile-timeout-override {
color: #1b222c;
background-color: #ffffff;
border-color: #677283;
border-width: 1px;
}
@@ -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);