From e331f7b9aa35d4a3a71890bad86caea8a90829f9 Mon Sep 17 00:00:00 2001 From: Emily Date: Fri, 24 Mar 2023 14:41:17 +0100 Subject: [PATCH] feat: add border to master detail list items --- packages/blocks/styles/components/t-master-detail.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/blocks/styles/components/t-master-detail.css b/packages/blocks/styles/components/t-master-detail.css index f83286c..7762235 100644 --- a/packages/blocks/styles/components/t-master-detail.css +++ b/packages/blocks/styles/components/t-master-detail.css @@ -2,10 +2,16 @@ t-master-detail ========================================================================== */ +.t-master-detail-list { + @apply bg-gray-50; +} + .t-master-detail-item { @apply px-6 text-left bg-white + border-b + border-gray-150 text-gray-900 py-4 w-full