Skip to content

Commit

Permalink
Remove extra erroneous section
Browse files Browse the repository at this point in the history
  • Loading branch information
arnautov-anton committed Oct 21, 2024
1 parent f3f4e7a commit 63e115e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docs/theming/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import ChatUiRtlScreenshot from '../assets/stream-chat-css-rtl-layout-screenshot

The SDK provides default CSS, which can be overridden by the integrators.


## Importing the stylesheet

If you're using SCSS:
Expand Down Expand Up @@ -198,7 +197,6 @@ To solve this we also have to set the text color for the link attachment compone

<img src={MessageCustomColor2Screenshot} width='500' />


<SDKSpecific name="angular">
### Custom icons

Expand Down Expand Up @@ -282,16 +280,6 @@ If you'd like to add customizations that are not supported by CSS variables, you

<SDKSpecific name="react">

TODO

</SDKSpecific>

### CSS overrides

If you'd like to add customizations that are not supported by CSS variables, you can override parts of the default CSS:

<SDKSpecific name="react">

```scss
@import '~stream-chat-react/dist/scss/v2/index.scss';
```
Expand Down

0 comments on commit 63e115e

Please sign in to comment.