Skip to content

Commit

Permalink
feat: optimize code
Browse files Browse the repository at this point in the history
  • Loading branch information
kiner-tang committed Sep 22, 2023
1 parent 2b5a382 commit b75b7d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/__snapshots__/index.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ exports[`dialog should support classNames 1`] = `
tabindex="0"
/>
<div
class="rc-dialog-content"
class="rc-dialog-content custom-content"
>
<button
aria-label="Close"
Expand Down Expand Up @@ -198,6 +198,7 @@ exports[`dialog should support styles 1`] = `
/>
<div
class="rc-dialog-content"
style="background: orange;"
>
<button
aria-label="Close"
Expand Down

0 comments on commit b75b7d2

Please sign in to comment.