Skip to content

Commit 62e93b6

Browse files
authored
update styling for illustrated message (#6129)
1 parent 3ebcc66 commit 62e93b6

File tree

1 file changed

+7
-7
lines changed
  • packages/@adobe/spectrum-css-temp/components/illustratedmessage

1 file changed

+7
-7
lines changed

packages/@adobe/spectrum-css-temp/components/illustratedmessage/index.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ governing permissions and limitations under the License.
4242
max-width: var(--spectrum-illustrated-message-heading-max-width);
4343
margin: var(--spectrum-illustrated-message-heading-margin);
4444

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);
5151
}
5252

5353
.spectrum-IllustratedMessage-description {
5454
order: 3;
5555
max-width: var(--spectrum-illustrated-message-description-max-width);
5656
margin: var(--spectrum-illustrated-message-description-margin);
5757

58-
font-style: var(--spectrum-body-4-emphasis-text-font-style);
58+
font-style: var(--spectrum-body-4-text-font-style);
5959

6060
font-size: var(--spectrum-body-4-text-size);
6161
font-weight: var(--spectrum-body-4-text-font-weight);

0 commit comments

Comments
 (0)