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 b354dd2 commit acac211Copy full SHA for acac211
docs/theming/high-contrast-mode.md
@@ -31,9 +31,9 @@ The high contrast palette can be enabled by importing the following stylesheet i
31
32
<TabItem value="angular">
33
34
-```css
+```scss
35
@import '@ionic/angular/css/palettes/high-contrast.always.css'; // Light palette
36
-// @import '@ionic/angular/css/palettes/high-contrast.always.css'; // Dark palette
+// @import '@ionic/angular/css/palettes/high-contrast-dark.always.css'; // Dark palette
37
```
38
39
</TabItem>
0 commit comments