refactor: update color classes to use CSS variables for consistency

This commit is contained in:
hamed
2026-07-27 17:07:17 +03:30
parent bdc00fe267
commit e4edaea9b8
3 changed files with 32 additions and 2 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ export default function PaymentDetailPage() {
label="نوبت مرتبط"
value={
<a href={`/admin/appointments/${payment.appointment_uuid}`}
className="text-primary-600 hover:underline text-xs font-mono">
className="text-[var(--primary)] hover:underline text-xs font-mono">
مشاهده نوبت
</a>
}