Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
spolu committed Oct 26, 2023
1 parent c90548d commit 2147fde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ export function ButtonEmoji({
<div
className={classNames(
variant === "selected" ? "text-action-500" : "text-element-800",
"text-md flex cursor-pointer items-center gap-1.5 rounded-2xl py-1 text-base font-medium transition-all duration-300 hover:text-action-400 active:text-action-600"
"flex cursor-pointer items-center gap-1.5 py-1 text-base font-medium transition-all duration-300 hover:text-action-400 active:text-action-600"
)}
onClick={onClick}
>
Expand Down

0 comments on commit 2147fde

Please sign in to comment.