We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d55b725 commit 4194a2bCopy full SHA for 4194a2b
1 file changed
design-library/src/components/BccReact/BccReact.css
@@ -22,7 +22,7 @@
22
}
23
24
.bcc-react-selector {
25
- @apply flex h-9 flex-col overflow-hidden bg-neutral-100 px-0 drop-shadow-md;
+ @apply flex h-9 flex-col overflow-hidden bg-neutral-100 px-0 shadow-md;
26
border-radius: 18px;
27
28
@@ -58,8 +58,7 @@
58
59
60
.bcc-react-selector-item {
61
- @apply p-2 text-xl leading-none transition-transform duration-200 ease-out;
62
- position: relative;
+ @apply p-2 text-xl leading-none transition-transform duration-200 ease-out h-9 w-9 relative;
63
64
65
.bcc-react-selector-item--clicked {
0 commit comments