ui: style overrides take higher precedence than utility styles in Box
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
This commit is contained in:
@@ -36,7 +36,7 @@ export const Box = forwardRef<HTMLDivElement, BoxProps>((props, ref) => {
|
||||
{
|
||||
ref,
|
||||
className: classes.root,
|
||||
style: { ...ownProps.style, ...utilityStyle },
|
||||
style: { ...utilityStyle, ...ownProps.style },
|
||||
...dataAttributes,
|
||||
...restProps,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user