Skip to content

Commit

Permalink
fix(core/expanding-search): remove typo in variant
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Jul 19, 2023
1 parent 2b81bc2 commit 5ab05e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export class ExpandingSearch {
size={this.expanded ? '16' : '24'}
icon={this.icon}
ghost
variant="Primary"
variant="primary"
data-testid="button"
onClick={() => this.expandInput()}
tabindex={this.expanded ? -1 : 0}
Expand Down

0 comments on commit 5ab05e0

Please sign in to comment.