mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 06:09:02 +02:00
[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:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user