chore: cleanup

pull/19330/head
Adam 2026-03-26 14:23:54 -05:00
parent bb9b920741
commit 8427f890e6
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75
1 changed files with 0 additions and 1 deletions

View File

@ -240,7 +240,6 @@ export const Terminal = (props: TerminalProps) => {
const currentTheme = theme.themes()[theme.themeId()]
if (!currentTheme) return fallback
const variant = mode === "dark" ? currentTheme.dark : currentTheme.light
if (!variant?.seeds && !variant?.palette) return fallback
const resolved = resolveThemeVariant(variant, mode === "dark")
const text = resolved["text-stronger"] ?? fallback.foreground
const background = resolved["background-stronger"] ?? fallback.background