refactor(theming): TelegramLoginButton muted text → dark-400 token

This commit is contained in:
c0mrade
2026-05-26 11:26:47 +03:00
parent a2efb7aa48
commit 8d6baf8ad0

View File

@@ -422,7 +422,7 @@ export default function TelegramLoginButton({ referralCode }: TelegramLoginButto
if (!botUsername || botUsername === 'your_bot') { if (!botUsername || botUsername === 'your_bot') {
return ( return (
<div className="py-4 text-center text-sm text-gray-500"> <div className="py-4 text-center text-sm text-dark-400">
{t('auth.telegramNotConfigured')} {t('auth.telegramNotConfigured')}
</div> </div>
); );
@@ -549,7 +549,7 @@ export default function TelegramLoginButton({ referralCode }: TelegramLoginButto
)} )}
<div className="text-center"> <div className="text-center">
<p className="mb-2 text-xs text-gray-500">{t('auth.orOpenInApp')}</p> <p className="mb-2 text-xs text-dark-400">{t('auth.orOpenInApp')}</p>
<a <a
href={ href={
referralCode referralCode