From 5d551babccd08e6a9e71dadf49ca28e66ee67214 Mon Sep 17 00:00:00 2001 From: Yury Uvarov Date: Sun, 28 Jul 2024 13:06:45 +0300 Subject: [PATCH] closes Button outline obscured by adjacent button. #263 --- package/src/styles/vanilla-calendar.layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/src/styles/vanilla-calendar.layout.css b/package/src/styles/vanilla-calendar.layout.css index cb5a9d93..ca30e1ff 100644 --- a/package/src/styles/vanilla-calendar.layout.css +++ b/package/src/styles/vanilla-calendar.layout.css @@ -19,7 +19,7 @@ } .vanilla-calendar button:focus-visible { - @apply outline outline-1 rounded-lg + @apply outline outline-1 -outline-offset-1 rounded-lg } .vanilla-calendar.vanilla-calendar_multiple .vanilla-calendar-days {