fix: 暗色主题下平台颜色降低亮度,按钮和文字更柔和

This commit is contained in:
erio
2026-03-14 03:09:29 +08:00
parent 5050544d4b
commit 8a5f8662d0
3 changed files with 29 additions and 29 deletions

View File

@@ -129,7 +129,7 @@ export default function ChannelCard({ channel, onTopUp, isDark, locale }: Channe
onClick={onTopUp}
className={[
'mt-2 inline-flex w-full items-center justify-center gap-2 rounded-xl py-3 text-sm font-semibold text-white transition-colors',
ps.button,
isDark ? ps.button.dark : ps.button.light,
].join(' ')}
>
<svg className="h-4 w-4" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth={2}>