Skip to content

Commit

Permalink
🐛 fix emoji size in large text
Browse files Browse the repository at this point in the history
  • Loading branch information
orlowdev committed Jan 20, 2025
1 parent 52b9250 commit 42761d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const MetadataIcon = ({ metadata, custom_class = "", show_emoji_picker =
return () => {
if (emoji)
return Maoka.create("div", ({ use }) => {
use(MaokaJabs.set_class(custom_class, "text-[0.85rem]"))
use(MaokaJabs.set_class(custom_class, "text-[85%]"))
return () => emoji
})

Expand Down

0 comments on commit 42761d4

Please sign in to comment.