From b0e2c3d619a82a47daf8241abf665051dba37870 Mon Sep 17 00:00:00 2001 From: Ryan Gossiaux Date: Tue, 14 Dec 2021 13:55:21 -0800 Subject: [PATCH] Remove busted tailwind button focus classes The examples repo is using an old version of tailwind + a plugin. shadow-outline-foo doesn't exist in base Tailwind and I cba to find the equivalent right now. --- src/routes/dialog/index.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/dialog/index.svelte b/src/routes/dialog/index.svelte index 6f3215c..7ae535e 100644 --- a/src/routes/dialog/index.svelte +++ b/src/routes/dialog/index.svelte @@ -218,14 +218,14 @@