Skip to content

Commit 7174092

Browse files
committed
test(themes): update to use foreground var
1 parent 2a92d81 commit 7174092

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/src/themes/native/test/colors/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,17 @@
6666

6767
.ion-color-background-08 {
6868
background: rgb(var(--ion-color-base-rgb), 0.08);
69-
color: var(--ion-color-base);
69+
color: var(--ion-color-foreground);
7070
}
7171

7272
.ion-color-background-12 {
7373
background: rgb(var(--ion-color-base-rgb), 0.12);
74-
color: var(--ion-color-base);
74+
color: var(--ion-color-foreground);
7575
}
7676

7777
.ion-color-background-16 {
7878
background: rgb(var(--ion-color-base-rgb), 0.16);
79-
color: var(--ion-color-base);
79+
color: var(--ion-color-foreground);
8080
}
8181
</style>
8282
</head>

0 commit comments

Comments
 (0)