Skip to content

Commit d04b7f0

Browse files
committed
Revert changes to migrations
1 parent aad1125 commit d04b7f0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
@use 'global-styles/legacy-polaris-v8';
22

33
.normal {
4-
font-weight: var(--p-font-weight-regular);
5-
color: var(--p-text);
4+
@include legacy-polaris-v8.text-emphasis-normal;
65
}
76

87
.strong {
9-
font-weight: var(--p-font-weight-semibold);
8+
@include legacy-polaris-v8.text-emphasis-strong;
109
}
1110

1211
.subdued {
13-
color: var(--p-text-subdued);
12+
@include legacy-polaris-v8.text-emphasis-subdued;
1413
}
1514

1615
.subdued-with-args {
17-
color: var(--p-text-subdued);
16+
@include legacy-polaris-v8.text-emphasis-subdued(green);
1817
}

0 commit comments

Comments
 (0)