Skip to content

Commit

Permalink
Fixed emojy export
Browse files Browse the repository at this point in the history
  • Loading branch information
apuntovanini committed Nov 26, 2024
1 parent be24a45 commit e81b012
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/editor/editor-common/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ export {
ClearNextSiblingMarginTop,
DEFAULT_IMAGE_HEIGHT,
DEFAULT_IMAGE_WIDTH,
Emoji,
ErrorMessage,
ExpandIconWrapper,
ExpandLayoutWrapper,
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/editor-common/src/ui/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export { mapBreakpointToLayoutMaxWidth } from './BaseTheme';
export { ClearNextSiblingMarginTop } from './clear-next-sibling-margin-top';
// export { default as Emoji } from './Emoji';
export { default as Emoji } from './Emoji';
export type {
CardEventClickHandler,
CardSurroundings,
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/editor-core/src/ui/ToolbarButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function ToolbarButton({
spacing={spacing || 'default'}
target={target}
shouldFitContainer
appearance={selected ? 'primary' : 'default'}
appearance={selected ? 'primary' : 'subtle'}
tw="h-10!"
// eslint-disable-next-line react/jsx-props-no-spreading
{...rest}
Expand Down

0 comments on commit e81b012

Please sign in to comment.