snake_case icons and better toast styles

This commit is contained in:
Gregory Schier
2024-09-20 07:30:11 -07:00
parent a18271d306
commit 93633875ac
55 changed files with 309 additions and 262 deletions

View File

@@ -22,7 +22,7 @@ export function Link({ href, children, className, ...other }: Props) {
{...other}
>
<span className="underline">{children}</span>
<Icon className="inline absolute right-0.5 top-0.5" size="xs" icon="externalLink" />
<Icon className="inline absolute right-0.5 top-0.5" size="xs" icon="external_link" />
</a>
);
}