diff --git a/src/routes/chat/view/+page.svelte b/src/routes/chat/view/+page.svelte
index 9231be3..a0eec28 100644
--- a/src/routes/chat/view/+page.svelte
+++ b/src/routes/chat/view/+page.svelte
@@ -13,13 +13,7 @@
@@ -53,22 +47,5 @@
}
.send-button {
position: relative;
- aspect-ratio: 1 / 1;
- * {
- border-radius: 50%;
- aspect-ratio: 1 / 1;
- border: 1px solid lightgray; // Temp
- }
- input {
- background: transparent;
-
- }
- div {
- position: absolute;
- top: 0;
- left: 0;
- z-index: -1;
- background: #5c2fff;
- }
}