Skip to content

Commit

Permalink
textfield adornments color
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsnes committed Jun 11, 2024
1 parent 1121a2d commit da1d62a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/css/textfield.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
}

.ds-textfield__adornment {
color: var(--ds-color-neutral-border-strong);
color: var(--ds-color-neutral-text-subtle);
background: var(--ds-color-neutral-background-subtle);
padding: 9px var(--ds-spacing-4);
border-radius: var(--ds-border-radius-md);
border: solid 1px var(--ds-color-neutral-border-strong);
border: solid 1px var(--ds-color-neutral-border-default);
box-sizing: border-box;
display: inline-block;
}
Expand Down

0 comments on commit da1d62a

Please sign in to comment.