Skip to content

Commit

Permalink
chore(Modal): make button always neutral (#2853)
Browse files Browse the repository at this point in the history
this button should always be neutral and not follow data-color
inheritance
  • Loading branch information
Barsnes authored Dec 2, 2024
1 parent 9107383 commit bf1afa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/Modal/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const Modal = forwardRef<HTMLDialogElement, ModalProps>(function Modal(
<Button
aria-label={closeButton}
autoFocus
color='neutral'
data-color='neutral'
icon
name='close'
type='submit'
Expand Down

0 comments on commit bf1afa2

Please sign in to comment.