Skip to content

Commit

Permalink
fix(card): do not transform subheadling text to uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook committed Jan 4, 2021
1 parent f8d265c commit 4244390
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/card/src/card.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ sp-quick-actions {
* Allow that the heading element will take specified use of the available width whether
* "actions" are supplied to the element or not.
**/
.heading {
.title {
width: var(--spectrum-card-title-width);

/* Appliction of typography "classes" */
Expand Down Expand Up @@ -115,7 +115,6 @@ sp-quick-actions {
--spectrum-detail-s-text-letter-spacing,
var(--spectrum-global-font-letter-spacing-medium)
);
text-transform: var(--spectrum-detail-s-text-transform, uppercase);
margin-top: 0;
margin-bottom: 0;
}
Expand Down

0 comments on commit 4244390

Please sign in to comment.