refactor(theming): replace green-* / emerald-* with success-* tokens

Sweep: text/bg/border/ring/from/to/via/fill/stroke/shadow-{green,emerald}-N → success-N
(all were semantic success/active/paid states).
This commit is contained in:
c0mrade
2026-05-26 11:09:28 +03:00
parent 9c5e38b594
commit cb7693e3ff
5 changed files with 10 additions and 10 deletions

View File

@@ -170,7 +170,7 @@ export default function RenewSubscription() {
{option.period_days} {t('common.units.days', 'дней')}
</span>
{option.discount_percent > 0 && (
<span className="ml-2 rounded-full bg-emerald-400/15 px-2 py-0.5 text-[10px] font-semibold text-emerald-400">
<span className="ml-2 rounded-full bg-success-400/15 px-2 py-0.5 text-[10px] font-semibold text-success-400">
-{option.discount_percent}%
</span>
)}