File tree Expand file tree Collapse file tree
component-library/src/components/custom/BccReact Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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;
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 }
You can’t perform that action at this time.
0 commit comments