refactor: update color classes to use CSS variables for consistency
This commit is contained in:
@@ -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>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user