diff --git a/example/src/components/showcaseComponents/config/ConfigStyles.ts b/example/src/components/showcaseComponents/config/ConfigStyles.ts index 181feba..55538d7 100644 --- a/example/src/components/showcaseComponents/config/ConfigStyles.ts +++ b/example/src/components/showcaseComponents/config/ConfigStyles.ts @@ -27,7 +27,7 @@ export const InputsContainer = styled.div<{ show: boolean }>` ${({ show }) => show ? css` - height: 150px; + height: 176px; ` : css` height: 0; diff --git a/example/src/components/showcaseComponents/gridShowcase/GridShowcase.tsx b/example/src/components/showcaseComponents/gridShowcase/GridShowcase.tsx index 8b5f702..f70ff26 100644 --- a/example/src/components/showcaseComponents/gridShowcase/GridShowcase.tsx +++ b/example/src/components/showcaseComponents/gridShowcase/GridShowcase.tsx @@ -1,7 +1,7 @@ import { useState } from "react"; import QuickReactions from "react-quick-reactions"; import { PlacementType } from "../../../../../lib/esm/types"; -import { commentEmojis } from "../../../utils/sampleData"; +import { gridEmojis } from "../../../utils/sampleData"; import { Grid, GridItem, EmojiDisplay } from "./GridShowcaseStyles"; export const gridItems: { title: PlacementType | null; show: boolean }[] = [ @@ -140,18 +140,18 @@ export const GridShowcase = () => { return ( <> -