Small improvements to the RecorderChip and the Transcript lines #12

Merged
DrMint merged 3 commits from develop into main 2022-03-13 17:25:36 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit abeb078bdd - Show all commits

View File

@ -11,7 +11,6 @@ export default function ToolTip(props: ToolTipProps): JSX.Element {
if (newProps.interactive === undefined) newProps.interactive = true;
if (newProps.animation === undefined) newProps.animation = "scale-subtle";
return (
<Tippy className={`text-[80%] ${newProps.className}`} {...newProps}>
<div>{props.children}</div>