Skip to content

Commit

Permalink
docs(high-contrast): fix typo in Angular dark palette import (#3587)
Browse files Browse the repository at this point in the history
  • Loading branch information
averyjohnston authored Apr 9, 2024
1 parent b354dd2 commit acac211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/theming/high-contrast-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ The high contrast palette can be enabled by importing the following stylesheet i

<TabItem value="angular">

```css
```scss
@import '@ionic/angular/css/palettes/high-contrast.always.css'; // Light palette
// @import '@ionic/angular/css/palettes/high-contrast.always.css'; // Dark palette
// @import '@ionic/angular/css/palettes/high-contrast-dark.always.css'; // Dark palette
```

</TabItem>
Expand Down

0 comments on commit acac211

Please sign in to comment.