diff --git a/BitFun-Installer/src/components/InstallErrorPanel.tsx b/BitFun-Installer/src/components/InstallErrorPanel.tsx index 34c2b5b436..3475ce98e3 100644 --- a/BitFun-Installer/src/components/InstallErrorPanel.tsx +++ b/BitFun-Installer/src/components/InstallErrorPanel.tsx @@ -26,8 +26,8 @@ export function InstallErrorPanel({ message, variant = 'options' }: InstallError border: '1px solid color-mix(in srgb, var(--bf-color-border-default) 70%, transparent)', background: 'color-mix(in srgb, var(--bf-color-surface-subtle) 80%, transparent)', color: 'var(--bf-color-content-secondary)', - fontSize: 11, - lineHeight: 1.55, + fontSize: 'var(--bf-type-support-font-size)', + lineHeight: 'var(--bf-type-support-line-height)', textAlign: variant === 'bare' ? 'center' : 'left', }} > @@ -41,8 +41,8 @@ export function InstallErrorPanel({ message, variant = 'options' }: InstallError