Skip to content

Commit

Permalink
[@mantine/core] Progress: Fix incorrect jss selector
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Aug 12, 2021
1 parent 9583a2a commit b22c14f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default createMemoStyles({
borderBottomRightRadius: getSizeValue({ size: radius, sizes: theme.radius }),
},

'&:fist-child': {
'&:first-child': {
borderTopLeftRadius: getSizeValue({ size: radius, sizes: theme.radius }),
borderBottomLeftRadius: getSizeValue({ size: radius, sizes: theme.radius }),
},
Expand Down

0 comments on commit b22c14f

Please sign in to comment.