style: Prettier format

This commit is contained in:
April Hall 2025-02-10 13:30:54 -05:00
parent e46ea9987a
commit de61d32e19
No known key found for this signature in database
GPG Key ID: A49AC35CB186266C
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ A more complex version of this list is available [here](https://trello.com/b/kJw
- [ ] Documentation
- [ ] Emoji picker
- [ ] Images/Attatchments support
- [X] Markdown Support
- [x] Markdown Support
- [ ] Profile photos
- [ ] Reactive channels list
- [ ] Show characters before message gets cut off in textarea

View File

@ -9,4 +9,4 @@
const { children, class: className = '' }: Props = $props();
</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>