Skip to content

Commit e7a6b65

Browse files
authored
Merge pull request #437 from youda97/dropdownClass
fix(dropdown): update class name to use right one
2 parents 9b846f2 + 3d7c369 commit e7a6b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dropdown/dropdown.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import { DropdownService } from "./dropdown.service";
3030
selector: "ibm-dropdown",
3131
template: `
3232
<div
33-
class="bx--list-box bx--dropdown-v2"
33+
class="bx--list-box bx--dropdown"
3434
[ngClass]="{
3535
'bx--dropdown--light': theme === 'light',
3636
'bx--list-box--inline': inline,

0 commit comments

Comments
 (0)