Skip to content

Commit

Permalink
The empty state tile content should use the heading-compact-02 type
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnasambu committed Jan 27, 2025
1 parent 12ef611 commit 0afa252
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@use '@openmrs/esm-styleguide/src/vars' as *;

.content {
@include type.type-style('body-compact-02');
@include type.type-style('heading-compact-02');
color: $text-02;
margin-top: layout.$spacing-05;
margin-bottom: layout.$spacing-03;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}

.content {
@include type.type-style('body-compact-02');
@include type.type-style('heading-compact-02');
color: $text-02;
margin-top: layout.$spacing-05;
margin-bottom: layout.$spacing-03;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ div#table-tool-bar {
}

.content {
@include type.type-style('body-compact-02');
@include type.type-style('heading-compact-02');
color: $text-02;
margin-top: layout.$spacing-05;
margin-bottom: layout.$spacing-03;
Expand Down

0 comments on commit 0afa252

Please sign in to comment.