Skip to content

Commit

Permalink
refactor(maz-ui): MazCardSpotlight - remove default content-class
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMazel committed Apr 20, 2024
1 parent 259a485 commit afcfe56
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/lib/components/MazCardSpotlight.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
noElevation: false,
color: 'primary',
padding: true,
contentClass: 'maz-p-4',
contentClass: undefined,
contentStyle: undefined,
innerOpacity: 0.95,
})
Expand Down Expand Up @@ -108,8 +108,6 @@
.m-card-spotlight {
@apply maz-relative maz-inline-block maz-overflow-hidden maz-rounded maz-p-[var(--maz-border-width)];
/* background-color: v-bind('alphaColor20'); */
.inner {
@apply maz-relative maz-h-full maz-w-full maz-overflow-hidden maz-rounded;
Expand Down

0 comments on commit afcfe56

Please sign in to comment.