Button Customization

I'm using the built-in button components. I like the hover-over effect, but would like it to be a little less pronounced (dim the shadow, or make it smaller). Is there a way to do this with a style prop?

Making style adjustments based on element state (hover) are not possible with inline style properties. You must use from among Theming, the stylesheet.css resource, or Named Styles. Theming will impose your rule gateway-wide (all projects), the stylesheet resource will apply your rule to only the project the resource lives in, and a Named style will apply the rule to only the buttons you attach the class to.