Skip to content

Commit 3d7c369

Browse files
committed
fix(dropdown): update class name to use right one
1 parent 9b846f2 commit 3d7c369

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)