Skip to content

Commit

Permalink
Merge branch 'main' into 1190-style-add-dark-theme-in-input-select
Browse files Browse the repository at this point in the history
  • Loading branch information
larissa-kamily-brisa authored Nov 27, 2024
2 parents 8d0b496 + cc67a7a commit bfb75e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/ion/src/lib/input/_input.theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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),
),
Expand Down

0 comments on commit bfb75e8

Please sign in to comment.