From 6ef0274c421933973490d8ab05f965a035b00332 Mon Sep 17 00:00:00 2001 From: Eva Langerova Date: Wed, 9 Oct 2024 00:01:54 +0200 Subject: [PATCH] add hover state for SingleList component --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 1c32e94..241bfc4 100644 --- a/src/index.css +++ b/src/index.css @@ -88,7 +88,7 @@ .single-list { @apply mx-auto flex justify-between items-center mb-3 py-2 px-3 border-2 rounded-lg - border-accent hover:shadow-lg cursor-pointer; + border-accent cursor-pointer hover:shadow-lg hover:bg-accent; width: min(100%, 450px); }