Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
relliv committed Nov 12, 2024
1 parent c1b50e9 commit a402b8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/docs/react/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Use the following steps to use the Calendar Heatmap in your Vue project.

Import `NxCalendarHeatmap` component in your app.

```html title="App.tsx"
```typescript title="App.tsx"
import React, { useState, useEffect, useCallback } from 'react';

// highlight-next-line
Expand Down Expand Up @@ -64,7 +64,7 @@ Data must be provided by the parent component. There is no internal API call to

:::

```html title="App.tsx"
```typescript title="App.tsx"
import React, { useState, useEffect, useCallback } from 'react';

// highlight-next-line
Expand Down
4 changes: 2 additions & 2 deletions docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
--ifm-color-primary-lighter: #359962;
--ifm-color-primary-lightest: #3cad6e;
--ifm-code-font-size: 95%;
--docusaurus-highlighted-code-line-bg: #f5faa8;
--docusaurus-highlighted-code-line-bg: #96f7b7;
}

/* For readability concerns, you should choose a lighter palette in dark mode. */
Expand All @@ -26,7 +26,7 @@
--ifm-color-primary-light: #29d5b0;
--ifm-color-primary-lighter: #32d8b4;
--ifm-color-primary-lightest: #4fddbf;
--docusaurus-highlighted-code-line-bg: #08453d;
--docusaurus-highlighted-code-line-bg: #2c764c;
}

.preview-image {
Expand Down

0 comments on commit a402b8c

Please sign in to comment.