Skip to content

Commit

Permalink
chore(docs): update theming-v1 links (#2248)
Browse files Browse the repository at this point in the history
Updates a few dead links in the legacy theming guide.
  • Loading branch information
oliverlaz authored Jan 23, 2024
1 parent dba63e8 commit 47f4eaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus/docs/React/guides/theming/css-and-theming.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ that makes the list UI perform optimally.
### CSS Variables

To make more sweeping stylistic changes to the default CSS, the library exposes a variety of
[CSS variables](https://github.com/GetStream/stream-chat-css/blob/main/src/styles/_variables.scss) that can be
[CSS variables](https://github.com/GetStream/stream-chat-css/blob/main/src/v1/_variables.scss) that can be
adjusted with props. The `Chat` component accepts a `customStyles` prop, an object type with keys as the CSS variables
you wish to change and values for the corresponding, adjusted CSS.

Expand Down Expand Up @@ -190,6 +190,6 @@ const darkModeTheme: CustomStyles = {
#### Variables Reference

A complete reference of all supported CSS variables, as well as their default values, can be found within our
[SCSS variables file](https://github.com/GetStream/stream-chat-css/blob/main/src/styles/_variables.scss).
[SCSS variables file](https://github.com/GetStream/stream-chat-css/blob/main/src/v1/_variables.scss).
Any of the CSS variables (prepended with `--`) can be overridden via the `customStyles` approach detailed
above.

0 comments on commit 47f4eaf

Please sign in to comment.