Skip to content

Commit c2e2d78

Browse files
(Modal): stop using icon-inverse as a close button
1 parent c3a0504 commit c2e2d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/Modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ const Modal_: FC<ModalProps> = (props) => {
134134
<div className='slds-modal__container' style={containerStyle}>
135135
{closeButton ? (
136136
<Button
137-
type='icon-inverse'
137+
type='icon'
138138
className='slds-modal__close'
139139
icon='close'
140140
iconSize='large'

0 commit comments

Comments
 (0)