Skip to content

Commit

Permalink
Remove margins from typography components
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Sep 4, 2023
1 parent 6b37c03 commit ae3e5af
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/circuit-ui/components/Body/Body.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.base {
margin: 0;
font-weight: var(--cui-font-weight-regular);
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.base {
margin: 0;
font-size: var(--cui-typography-body-large-font-size);
font-weight: var(--cui-font-weight-regular);
line-height: var(--cui-typography-body-large-line-height);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.base {
margin: 0;
font-weight: var(--cui-font-weight-bold);
color: var(--cui-fg-normal);
letter-spacing: -0.03em;
Expand Down
1 change: 1 addition & 0 deletions packages/circuit-ui/components/List/List.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.base {
margin: 0;
font-weight: var(--cui-font-weight-regular);
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.base {
margin: 0;
font-size: var(--cui-typography-sub-headline-font-size);
font-weight: var(--cui-font-weight-bold);
line-height: var(--cui-typography-sub-headline-line-height);
Expand Down
1 change: 1 addition & 0 deletions packages/circuit-ui/components/Title/Title.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.base {
margin: 0;
font-weight: var(--cui-font-weight-bold);
color: var(--cui-fg-normal);
letter-spacing: -0.03em;
Expand Down

0 comments on commit ae3e5af

Please sign in to comment.