From 1b10cb22540119dfeb293375c4edb9a20b7887af Mon Sep 17 00:00:00 2001 From: dougfabris Date: Mon, 27 Feb 2023 12:08:47 -0300 Subject: [PATCH] chore(fuselage): Fix InputBox type date color (#989) --- packages/fuselage/src/components/InputBox/InputBox.styles.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/fuselage/src/components/InputBox/InputBox.styles.scss b/packages/fuselage/src/components/InputBox/InputBox.styles.scss index 345ef5478a..2ccca8daa0 100644 --- a/packages/fuselage/src/components/InputBox/InputBox.styles.scss +++ b/packages/fuselage/src/components/InputBox/InputBox.styles.scss @@ -167,6 +167,7 @@ color: transparent; background: transparent; } + -webkit-text-fill-color: $input-colors-color; } &--type-select {