Skip to content

Commit

Permalink
feat: add border to master detail list items
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyvandewalle committed Mar 24, 2023
1 parent ea7a03c commit e331f7b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/blocks/styles/components/t-master-detail.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e331f7b

Please sign in to comment.