ui: style overrides take higher precedence than utility styles in Card
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
This commit is contained in:
@@ -98,7 +98,7 @@ export const Card = forwardRef<HTMLDivElement, CardProps>((props, ref) => {
|
||||
{...dataAttributes}
|
||||
{...restProps}
|
||||
onClick={isInteractive ? handleClick : undefined}
|
||||
style={{ ...ownProps.style, ...utilityStyle }}
|
||||
style={{ ...utilityStyle, ...ownProps.style }}
|
||||
>
|
||||
{href && (
|
||||
<Link
|
||||
|
||||
Reference in New Issue
Block a user