Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit a5e1ff2

Browse files
committed
remove unused props param
1 parent 3096402 commit a5e1ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/themes/teams/components/Dropdown/dropdownStyles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const dropdownStyles: ComponentSlotStylesInput<DropdownPropsAndState, DropdownVa
117117
fontWeight: 'bold',
118118
}),
119119

120-
toggleIndicator: ({ props: p, variables: v }): ICSSInJSStyle => ({
120+
toggleIndicator: ({ variables: v }): ICSSInJSStyle => ({
121121
position: 'absolute',
122122
height: v.toggleIndicatorSize,
123123
width: v.toggleIndicatorSize,

0 commit comments

Comments
 (0)