diff --git a/src/Chat.svelte b/src/Chat.svelte index a6a6a70..7a45d78 100644 --- a/src/Chat.svelte +++ b/src/Chat.svelte @@ -125,6 +125,6 @@ cursor: pointer; } button:nth-child(1) { - border-radius: 0 0.5rem 0.5rem 0; + border-radius: 0 0 0.5rem 0.5rem; }