Skip to content

Commit 3f5dbe5

Browse files
Better logo
1 parent 749208f commit 3f5dbe5

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
# Stream Chat CSS
22

33
<div align="center">
4-
<img src="https://getstream.io/images/logos/stream-logo-mark-color.svg" width="88" alt="Stream logo" />
4+
<picture>
5+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/fb6b6686-ce5d-4c8f-87b7-9bb495b6ce66">
6+
<source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/19dd203e-c84a-4015-9c90-1a54212fc2e2">
7+
<img src="https://github.com/user-attachments/assets/19dd203e-c84a-4015-9c90-1a54212fc2e2" width="120" alt="Stream logo">
8+
</picture>
59
<h3>Beautiful, ready-to-use styling for Stream Chat SDKs</h3>
610

711
[![NPM](https://img.shields.io/npm/v/@stream-io/stream-chat-css.svg)](https://www.npmjs.com/package/@stream-io/stream-chat-css)
812
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/GetStream/stream-chat-css/blob/main/LICENSE)
913
[![Build Status](https://img.shields.io/github/workflow/status/GetStream/stream-chat-css/CI/main)](https://github.com/GetStream/stream-chat-css/actions)
1014
</div>
1115

16+
![stream-light](https://github.com/user-attachments/assets/19dd203e-c84a-4015-9c90-1a54212fc2e2)
17+
<!-- Removing duplicate dark mode logo since it's now used in the responsive header -->
18+
1219
## 📝 Overview
1320

1421
Stream Chat CSS provides a comprehensive set of styles that power the UI components in [Stream](https://getstream.io/)'s Chat SDKs. This package is designed to make implementing beautiful, responsive chat interfaces straightforward and consistent.

0 commit comments

Comments
 (0)