From bfe561cb56059b93c497e3e263b74e3e15db7892 Mon Sep 17 00:00:00 2001 From: dyzulk <66510723+dyzulk@users.noreply.github.com> Date: Fri, 9 Jan 2026 16:46:21 +0700 Subject: [PATCH] fix(web): fix dark/light mode text color for Country input in CreateCertificateModal --- src/components/certificates/CreateCertificateModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/certificates/CreateCertificateModal.tsx b/src/components/certificates/CreateCertificateModal.tsx index 54c902c..e3e62d5 100644 --- a/src/components/certificates/CreateCertificateModal.tsx +++ b/src/components/certificates/CreateCertificateModal.tsx @@ -208,7 +208,7 @@ export default function CreateCertificateModal({ setFormData({ ...formData, country: e.target.value.toUpperCase() })} />