Skip to content

Commit 4194a2b

Browse files
authored
fix: adjust emoji buttons sizes and selector shadow on safari (#341)
1 parent d55b725 commit 4194a2b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

design-library/src/components/BccReact/BccReact.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323

2424
.bcc-react-selector {
25-
@apply flex h-9 flex-col overflow-hidden bg-neutral-100 px-0 drop-shadow-md;
25+
@apply flex h-9 flex-col overflow-hidden bg-neutral-100 px-0 shadow-md;
2626
border-radius: 18px;
2727
}
2828

@@ -58,8 +58,7 @@
5858
}
5959

6060
.bcc-react-selector-item {
61-
@apply p-2 text-xl leading-none transition-transform duration-200 ease-out;
62-
position: relative;
61+
@apply p-2 text-xl leading-none transition-transform duration-200 ease-out h-9 w-9 relative;
6362
}
6463

6564
.bcc-react-selector-item--clicked {

0 commit comments

Comments
 (0)