Skip to content

Commit

Permalink
fix(search-bar): icon color in contrasted
Browse files Browse the repository at this point in the history
  • Loading branch information
aesteves60 authored and dpellier committed Aug 4, 2023
1 parent 9352323 commit 838f284
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export class OsdsSearchBar implements OdsSearchBar<OdsStencilMethods<OdsSearchBa
disabled={ this.disabled }
contrasted={ this.contrasted }>
<osds-icon
color={ OdsThemeColorIntent.primary }
size={ OdsIconSize.sm }
contrasted={ !this.contrasted }
name={ OdsIconName.SEARCH } />
Expand Down

0 comments on commit 838f284

Please sign in to comment.