From 838d99f7918c2279fbbf25ed3a30949f0dde2058 Mon Sep 17 00:00:00 2001 From: Ryan <7389646+ryanbarlow97@users.noreply.github.com> Date: Tue, 13 Jan 2026 01:18:42 +0000 Subject: [PATCH] Remove borders from some elements (#2879) If this PR fixes an issue, link it below. If not, delete these two lines. Resolves #(issue number) ## Description: Remove borders from some elements **Tailwind changes only** ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I process any text displayed to the user through translateText() and I've added it to the en.json file - [x] I have added relevant tests to the test directory - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced ## Please put your Discord username so you can be contacted if a bug or regression is found: w.o.n --- src/client/components/PlayPage.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/client/components/PlayPage.ts b/src/client/components/PlayPage.ts index 4f7ad30f4..15dd47d56 100644 --- a/src/client/components/PlayPage.ts +++ b/src/client/components/PlayPage.ts @@ -18,7 +18,7 @@ export class PlayPage extends LitElement {