From 685fe9cf1818ad784ba18e977f005112235f1bb2 Mon Sep 17 00:00:00 2001 From: Ashley Wright Date: Fri, 12 Dec 2025 15:39:20 -0700 Subject: [PATCH] fix: updated comment --- src/components/RequiredFieldNote.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/RequiredFieldNote.tsx b/src/components/RequiredFieldNote.tsx index 769924693f..7267f9a65a 100644 --- a/src/components/RequiredFieldNote.tsx +++ b/src/components/RequiredFieldNote.tsx @@ -7,7 +7,7 @@ interface RequiredFieldNoteProps { } const RequiredFieldNote: React.FC = ({ styles }) => { - // TODO: Replace with MXUI color tokens when available. + // TODO: Replace with MXUI color tokens. const requiredFieldNoteColor = '#666' const asteriskColor = '#E32727'