From 8008f6d6234980b5f636cd4fcf504e3fda42153d Mon Sep 17 00:00:00 2001 From: Daniel Kimmich <18580672+json-derulo@users.noreply.github.com> Date: Thu, 5 Oct 2023 16:25:34 +0200 Subject: [PATCH] docs(material/form-field): use correct input color in custom control example --- .../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 {