Skip to content

Commit dee6728

Browse files
committed
fix(@clayui/card): Set display type of dropdown triggers to unstyled
1 parent 1a9e591 commit dee6728

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

packages/clay-card/src/CardWithHorizontal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ export const ClayCardWithHorizontal: React.FunctionComponent<IProps> = ({
104104
{...dropDownTriggerProps}
105105
className="component-action"
106106
disabled={disabled}
107+
displayType="unstyled"
107108
spritemap={spritemap}
108109
symbol="ellipsis-v"
109110
/>

packages/clay-card/src/CardWithInfo.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ export const ClayCardWithInfo: React.FunctionComponent<IProps> = ({
223223
{...dropDownTriggerProps}
224224
className="component-action"
225225
disabled={disabled}
226+
displayType="unstyled"
226227
spritemap={spritemap}
227228
symbol="ellipsis-v"
228229
/>

packages/clay-card/src/CardWithUser.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ export const ClayCardWithUser: React.FunctionComponent<IProps> = ({
165165
{...dropDownTriggerProps}
166166
className="component-action"
167167
disabled={disabled}
168+
displayType="unstyled"
168169
spritemap={spritemap}
169170
symbol="ellipsis-v"
170171
/>

0 commit comments

Comments
 (0)