next-helios-fe 1.5.1 → 1.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-helios-fe",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -30,7 +30,7 @@ export const Emoji: React.FC<EmojiProps> = ({ theme, options, onChoose }) => {
30
30
  }, [open]);
31
31
 
32
32
  return (
33
- <div id="emoji" className="relative flex justify-center items-center">
33
+ <div id="emoji" className="relative flex items-center w-min">
34
34
  <button
35
35
  type="button"
36
36
  className={