Skip to content

Commit

Permalink
Merge pull request #3677 from mbice/bugfix/search-box-icon-invisible-…
Browse files Browse the repository at this point in the history
…section-strong-background

Fix search box icon on strong section backgrounds
  • Loading branch information
wobba committed Apr 10, 2024
2 parents 29e99eb + 880b4d7 commit 9af07d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Expand Up @@ -400,7 +400,6 @@ export default class SearchBoxAutoComplete extends React.Component<ISearchBoxAut
componentRef={searchBoxRef}
placeholder={this.props.placeholderText ? this.props.placeholderText : webPartStrings.SearchBox.DefaultPlaceholder}
ariaLabel={this.props.placeholderText ? this.props.placeholderText : webPartStrings.SearchBox.DefaultPlaceholder}
theme={this.props.themeVariant as ITheme}
className={styles.searchTextField}
value={this.state.searchInputValue}
autoComplete="off"
Expand Down
Expand Up @@ -48,7 +48,6 @@ export default class SearchBoxContainer extends React.Component<ISearchBoxContai
componentRef={searchBoxRef}
placeholder={this.props.placeholderText ? this.props.placeholderText : webPartStrings.SearchBox.DefaultPlaceholder}
ariaLabel={this.props.placeholderText ? this.props.placeholderText : webPartStrings.SearchBox.DefaultPlaceholder}
theme={this.props.themeVariant as ITheme}
className={styles.searchTextField}
value={this.state.searchInputValue}
autoComplete="off"
Expand Down

0 comments on commit 9af07d0

Please sign in to comment.