We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a92d81 commit 7174092Copy full SHA for 7174092
core/src/themes/native/test/colors/index.html
@@ -66,17 +66,17 @@
66
67
.ion-color-background-08 {
68
background: rgb(var(--ion-color-base-rgb), 0.08);
69
- color: var(--ion-color-base);
+ color: var(--ion-color-foreground);
70
}
71
72
.ion-color-background-12 {
73
background: rgb(var(--ion-color-base-rgb), 0.12);
74
75
76
77
.ion-color-background-16 {
78
background: rgb(var(--ion-color-base-rgb), 0.16);
79
80
81
</style>
82
</head>
0 commit comments