File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
packages/@adobe/spectrum-css-temp/components/illustratedmessage Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -42,20 +42,20 @@ governing permissions and limitations under the License.
42
42
max-width : var (--spectrum-illustrated-message-heading-max-width );
43
43
margin : var (--spectrum-illustrated-message-heading-margin );
44
44
45
- font-size : var (--spectrum-heading-quiet-2 -text-size );
46
- font-weight : var (--spectrum-heading-quiet-2 -text-font-weight );
47
- line-height : var (--spectrum-heading-quiet-2 -text-line-height );
48
- font-style : var (--spectrum-heading-quiet-2 -text-font-style );
49
- letter-spacing : var (--spectrum-heading-quiet-2 -text-letter-spacing );
50
- text-transform : var (--spectrum-heading-quiet-2 -text-transform );
45
+ font-size : var (--spectrum-heading-3 -text-size );
46
+ font-weight : var (--spectrum-heading-3 -text-font-weight );
47
+ line-height : var (--spectrum-heading-3 -text-line-height );
48
+ font-style : var (--spectrum-heading-3 -text-font-style );
49
+ letter-spacing : var (--spectrum-heading-3 -text-letter-spacing );
50
+ text-transform : var (--spectrum-heading-3 -text-transform );
51
51
}
52
52
53
53
.spectrum-IllustratedMessage-description {
54
54
order : 3 ;
55
55
max-width : var (--spectrum-illustrated-message-description-max-width );
56
56
margin : var (--spectrum-illustrated-message-description-margin );
57
57
58
- font-style : var (--spectrum-body-4-emphasis- text-font-style );
58
+ font-style : var (--spectrum-body-4-text-font-style );
59
59
60
60
font-size : var (--spectrum-body-4-text-size );
61
61
font-weight : var (--spectrum-body-4-text-font-weight );
You can’t perform that action at this time.
0 commit comments