Skip to content

Commit

Permalink
migrate mt-data-table-reset-filter-button to plain css
Browse files Browse the repository at this point in the history
  • Loading branch information
Haberkamp committed Oct 22, 2024
1 parent a79f1ba commit 3d967c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/unlucky-pumas-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@shopware-ag/meteor-component-library": patch
---

Migrate mt-data-table-reset-filter-button to plain css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const { t } = useI18n({
});
</script>

<style lang="scss" scoped>
<style scoped>
.mt-data-table-reset-filter-button {
color: var(--color-text-brand-default);
text-decoration: underline;
Expand Down

0 comments on commit 3d967c3

Please sign in to comment.