Skip to content

Commit e14e664

Browse files
authored
fix: border-top color on mt-card footer (#969)
1 parent b57aa60 commit e14e664

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/popular-seals-crash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@shopware-ag/meteor-component-library": patch
3+
---
4+
5+
fix border-top color on mt-card footer

packages/component-library/src/components/layout/mt-card/mt-card.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,6 @@ const cardClasses = computed(() => ({
379379
380380
display: flex;
381381
padding: var(--mt-card-footer-padding);
382-
border-top: 1px solid var(--color-secondary-primary-default);
383382
color: var(--color-text-secondary-default);
384383
385384
&:empty {

0 commit comments

Comments
 (0)