From e463e931422e32fe743d0b3a814736d7f7b4ad10 Mon Sep 17 00:00:00 2001 From: Daniel Kimmich <18580672+json-derulo@users.noreply.github.com> Date: Fri, 6 Oct 2023 14:32:15 +0200 Subject: [PATCH] docs(material/form-field): use correct input color in custom control example (#27903) --- .../form-field-custom-control/example-tel-input-example.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components-examples/material/form-field/form-field-custom-control/example-tel-input-example.css b/src/components-examples/material/form-field/form-field-custom-control/example-tel-input-example.css index 3c1dbad8f58c..62e1150092b7 100644 --- a/src/components-examples/material/form-field/form-field-custom-control/example-tel-input-example.css +++ b/src/components-examples/material/form-field/form-field-custom-control/example-tel-input-example.css @@ -9,6 +9,7 @@ outline: none; font: inherit; text-align: center; + color: currentcolor; } .example-tel-input-spacer {