Skip to content

Commit c9b1418

Browse files
committed
[Typography] Fix endDecorator slot
1 parent 6c3e9ef commit c9b1418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mui-joy/src/Typography/Typography.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ const Typography = React.forwardRef(function Typography(inProps, ref) {
182182
});
183183

184184
const [SlotEndDecorator, endDecoratorProps] = useSlot('endDecorator', {
185-
className: classes.startDecorator,
185+
className: classes.endDecorator,
186186
elementType: EndDecorator,
187187
externalForwardedProps,
188188
ownerState,

0 commit comments

Comments
 (0)