From 29003a6cbe91d4702dbb7fee90293653ad15bbe1 Mon Sep 17 00:00:00 2001 From: c0mrade Date: Wed, 25 Mar 2026 16:53:32 +0300 Subject: [PATCH] fix: make buy-another-tariff button more prominent on dashboard Changed from faded dashed border (opacity-50, text-xs) to accent-colored background with larger text for better visibility in multi-tariff mode. --- src/pages/Dashboard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Dashboard.tsx b/src/pages/Dashboard.tsx index 33feec3..5fa39d9 100644 --- a/src/pages/Dashboard.tsx +++ b/src/pages/Dashboard.tsx @@ -309,9 +309,9 @@ export default function Dashboard() { )} - + {t('subscriptions.buyAnother', 'Купить ещё тариф')} + + {t('subscriptions.buyAnother', 'Купить ещё тариф')} )}