diff --git a/projects/ion/src/lib/input/_input.theme.scss b/projects/ion/src/lib/input/_input.theme.scss index 59d635573..6852de00e 100644 --- a/projects/ion/src/lib/input/_input.theme.scss +++ b/projects/ion/src/lib/input/_input.theme.scss @@ -55,12 +55,12 @@ $default: ( ); $dark: ( - background-color: ion-theme(neutral-7), + background-color: ion-theme(neutral-5), icon-color: ion-theme(neutral-3), border-radius: 8px, element: ( border-color: ion-theme(neutral-3), - text-color: ion-theme(neutral-1), + text-color: ion-theme(neutral-3), text-font-size: 14px, padding: 8px 12px, side-icon-distance: 40px, @@ -82,7 +82,7 @@ $dark: ( icon-color: ion-theme(neutral-4), text-color: ion-theme(neutral-4), element: ( - color: ion-theme(negative-4), + color: ion-theme(neutral-4), placeholder-color: ion-theme(neutral-4), count-text-color: ion-theme(neutral-4), ),