Skip to content

Commit 47f4eaf

Browse files
authored
chore(docs): update theming-v1 links (#2248)
Updates a few dead links in the legacy theming guide.
1 parent dba63e8 commit 47f4eaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus/docs/React/guides/theming/css-and-theming.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ that makes the list UI perform optimally.
106106
### CSS Variables
107107

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

@@ -190,6 +190,6 @@ const darkModeTheme: CustomStyles = {
190190
#### Variables Reference
191191

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

0 commit comments

Comments
 (0)