From 8ca49eefbd2a4e7a84406d1eba366dc792983d07 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 5 May 2024 19:23:00 -0700 Subject: fix(list): increment button style --- src/lib/List/covers.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/lib') diff --git a/src/lib/List/covers.css b/src/lib/List/covers.css index e4dcd234..7038ffbf 100644 --- a/src/lib/List/covers.css +++ b/src/lib/List/covers.css @@ -60,3 +60,9 @@ align-items: center; border-radius: 8px; } + +button { + margin-top: unset; + vertical-align: unset; + height: unset; +} -- cgit v1.2.3