mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-30 21:30:59 +01:00
16 lines
229 B
Markdown
16 lines
229 B
Markdown
#### Large
|
|
|
|
```jsx
|
|
<util.ConversationContext theme={util.theme}>
|
|
<Spinner />
|
|
</util.ConversationContext>
|
|
```
|
|
|
|
#### Small
|
|
|
|
```jsx
|
|
<util.ConversationContext theme={util.theme}>
|
|
<Spinner small />
|
|
</util.ConversationContext>
|
|
```
|