Skip to content

Commit

Permalink
fix: use nth-of-type selector (#8544)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xApotheosis authored Jan 13, 2025
1 parent b25b002 commit c1bde24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const styles = {
'.chakra-alert': {
justifyContent: 'space-between',
},
'.chakra-alert > div:nth-child(2)': {
'.chakra-alert > div:nth-of-type(2)': {
width: '100%',
justifyContent: 'space-between',
button: {
Expand Down

0 comments on commit c1bde24

Please sign in to comment.