style: Prettier format
This commit is contained in:
parent
e46ea9987a
commit
de61d32e19
2
TODO.md
2
TODO.md
@ -7,7 +7,7 @@ A more complex version of this list is available [here](https://trello.com/b/kJw
|
|||||||
- [ ] Documentation
|
- [ ] Documentation
|
||||||
- [ ] Emoji picker
|
- [ ] Emoji picker
|
||||||
- [ ] Images/Attatchments support
|
- [ ] Images/Attatchments support
|
||||||
- [X] Markdown Support
|
- [x] Markdown Support
|
||||||
- [ ] Profile photos
|
- [ ] Profile photos
|
||||||
- [ ] Reactive channels list
|
- [ ] Reactive channels list
|
||||||
- [ ] Show characters before message gets cut off in textarea
|
- [ ] Show characters before message gets cut off in textarea
|
||||||
|
@ -9,4 +9,4 @@
|
|||||||
const { children, class: className = '' }: Props = $props();
|
const { children, class: className = '' }: Props = $props();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class={className + ' prose prose-stone dark:prose-invert prose-blue'}>{@render children()}</div>
|
<div class={className + ' prose prose-stone prose-blue dark:prose-invert'}>{@render children()}</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user