Skip to content

Commit 1bd48a2

Browse files
author
Anna Baldwin
committed
update after comments
1 parent 23e6dea commit 1bd48a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,11 @@ The React components are created using the [stream-chat-js](https://github.com/g
102102

103103
### Customizing styles
104104

105-
The preferred method for overriding styles from `stream-chat-react` is to import the CSS file into your project in App.js from the dist directory. For example:
105+
The preferred method for overriding styles from `stream-chat-react` is to import the CSS file into your project in App.js from the dist directory. Then, locate any Stream selectors you want to override using either the browser or by viewing the library code, and then add these to your local CSS file with your styles. For example:
106106

107107
```js
108108
import 'stream-chat-react/dist/css/index.css';
109+
import './App.css';
109110
```
110111

111112
Alternatively, there may be times when you want to make simple changes to our stylesheets and don't want to override classes and styles manually. To make these customizations, you can do the following:

0 commit comments

Comments
 (0)