small fixes

This commit is contained in:
thesn10
2026-06-26 18:36:34 +02:00
parent 555598535d
commit ec1c7d9f8c
2 changed files with 13 additions and 5 deletions

View File

@@ -101,7 +101,7 @@ function CurrencyToggle({
cursor: 'pointer',
color: on ? '#0b0613' : 'var(--mut)',
background: on ? 'linear-gradient(135deg,var(--acc),var(--acc2))' : 'var(--bg3)',
border: `1px solid ${on ? 'transparent' : 'var(--bd)'}`,
border: `1px solid var(--bd)`,
})
return (
<div style={{ display: 'flex', gap: 8 }}>