Improvements to gradients and making face library consistent

This commit is contained in:
Nicolas Mowen
2025-10-20 17:17:53 -06:00
parent 6baf43ddca
commit cac2adde31
3 changed files with 29 additions and 25 deletions
@@ -62,7 +62,7 @@ export default function FaceSelectionDialog({
);
return (
<div className={className ?? ""}>
<div className={className ?? "flex"}>
{newFace && (
<TextEntryDialog
open={true}