File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
packages/@adobe/spectrum-css-temp/components/illustratedmessage Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,9 @@ governing permissions and limitations under the License.
11
11
*/
12
12
13
13
.spectrum-IllustratedMessage > svg {
14
- color : var (--spectrum-global-color-gray-500 );
14
+ --spectrum-IllustratedMessage-illustration-color : var (--spectrum-global-color-gray-500 );
15
+
16
+ color : var (--spectrum-IllustratedMessage-illustration-color );
15
17
fill : currentColor;
16
18
stroke : currentColor;
17
19
}
@@ -23,3 +25,9 @@ governing permissions and limitations under the License.
23
25
.spectrum-IllustratedMessage-description {
24
26
color : var (--spectrum-body-secondary-text-color );
25
27
}
28
+
29
+ @media (forced-colors : active) {
30
+ .spectrum-IllustratedMessage > svg {
31
+ --spectrum-IllustratedMessage-illustration-color : CanvasText;
32
+ }
33
+ }
You can’t perform that action at this time.
0 commit comments