justinmclean commented on code in PR #7359:
URL: https://github.com/apache/gravitino/pull/7359#discussion_r2134966584
##########
web/web/src/lib/theme/mui.js:
##########
@@ -340,13 +340,14 @@ const createMuiTheme = (config = {}) => {
paddingLeft: theme.spacing(5),
paddingRight: theme.spacing(5),
'&.MuiButton-containedPrimary:hover': {
- boxShadow: `0 2px 4px 0 ${alpha(primary.main, 0.4)}`
+ boxShadow: `0 2px 4px 0 ${alpha(primary.main, 0.4)}`,
+ backgroundColor:'yellow'
},
'&.MuiButton-containedSecondary:hover': {
boxShadow: `0 2px 4px 0 ${alpha(secondary.main, 0.4)}`
},
'&.MuiButton-containedSuccess:hover': {
- boxShadow: `0 2px 4px 0 ${alpha(success.main, 0.4)}`
+ boxShadow: `0 2px 4px 0 ${alpha(success.main, 0.4)}`
Review Comment:
no need for space at the end of the line
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]