Skip to content

Commit 224777f

Browse files
docs: remove extra erroneous section (#317)
### 🎯 Goal Removes `CSS overrides` section from the docs which was probably added by mistake during a conflict resolution.
1 parent f3f4e7a commit 224777f

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

docs/theming/introduction.mdx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import ChatUiRtlScreenshot from '../assets/stream-chat-css-rtl-layout-screenshot
2020

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

23-
2423
## Importing the stylesheet
2524

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

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

201-
202200
<SDKSpecific name="angular">
203201
### Custom icons
204202

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

283281
<SDKSpecific name="react">
284282

285-
TODO
286-
287-
</SDKSpecific>
288-
289-
### CSS overrides
290-
291-
If you'd like to add customizations that are not supported by CSS variables, you can override parts of the default CSS:
292-
293-
<SDKSpecific name="react">
294-
295283
```scss
296284
@import '~stream-chat-react/dist/scss/v2/index.scss';
297285
```

0 commit comments

Comments
 (0)