Skip to content

Commit 8073d14

Browse files
committed
fix shadow and gap on react
1 parent a7bcfac commit 8073d14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • component-library/src/components/custom/BccReact

component-library/src/components/custom/BccReact/BccReact.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@apply flex shrink-0 cursor-pointer items-center justify-center rounded-full transition;
77
}
88
.bcc-react-list {
9-
@apply hide-scrollbar ml-2 flex flex-1 items-center gap-1 overflow-x-auto overflow-y-hidden rounded-full;
9+
@apply hide-scrollbar ml-2 flex h-8 flex-1 items-center gap-1.5 overflow-visible rounded-full;
1010
}
1111
.bcc-react-empty {
1212
@apply heading-xs flex items-center;
@@ -77,7 +77,7 @@
7777
}
7878

7979
.bcc-react-emoji-list-item {
80-
@apply clickable center flex h-8 min-w-7 shrink-0 gap-1 rounded-full px-2 py-1 drop-shadow transition-all hover:scale-105;
80+
@apply clickable center my-1 flex h-8 min-w-7 shrink-0 gap-1 rounded-full px-2 py-1 drop-shadow transition-all hover:scale-105;
8181
/* Default --not-selected */
8282
@apply bg-accent-gray-subtler-default text-default;
8383
}

0 commit comments

Comments
 (0)