Skip to content

Commit

Permalink
fix: override text explicitly to make it work
Browse files Browse the repository at this point in the history
  • Loading branch information
johanlahti committed Jan 30, 2024
1 parent b157c2c commit 440d0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/nucleus/src/components/listbox/ListBoxHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const UnlockButton = styled(ButtonBase)(({ theme }) => ({
paddingLeft: 16,
paddingRight: 16,
borderRadius: 0,
'& p': {
'& *, & p': {
color: theme.palette.custom.disabledContrastText,
},
'& i': {
Expand Down

0 comments on commit 440d0f1

Please sign in to comment.