Skip to content

Commit

Permalink
Merge branch 'main' into fix-fieldbase
Browse files Browse the repository at this point in the history
  • Loading branch information
benediktgrether authored Nov 24, 2022
2 parents ff1be1b + 9673ba6 commit b6f5c82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/wild-cougars-notice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@marigold/theme-b2b": patch
---

fix: Revert base `Text` size to 16px
6 changes: 1 addition & 5 deletions themes/theme-b2b/src/components/Text.style.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
import type { Theme } from '@marigold/components';

export const Text: Theme['components']['Text'] = {
base: {
fontSize: 'xxsmall',
},
};
export const Text: Theme['components']['Text'] = {};

0 comments on commit b6f5c82

Please sign in to comment.