Skip to content

Commit

Permalink
Merge branch 'master' into fix/override-labels
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatkashyap authored Nov 15, 2024
2 parents 821a874 + 320b923 commit ee196b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/toolpad-core/src/Account/SignInButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ export /**
sx={{
textTransform: 'capitalize',
filter: 'opacity(0.9)',
width: '50%',
margin: (theme) => `${theme.spacing(1)} auto`,
transition: 'filter 0.2s ease-in',
'&:hover': {
filter: 'opacity(1)',
Expand Down

0 comments on commit ee196b1

Please sign in to comment.