feat: editable prompt suggestions integration

This commit is contained in:
Timothy J. Baek 2024-01-22 21:53:13 -08:00
parent 4e1b52e91b
commit c4a039326f
6 changed files with 172 additions and 52 deletions

View file

@ -13,7 +13,7 @@
} else if (size === 'sm') {
return 'w-[30rem]';
} else {
return 'w-[40rem]';
return 'w-[42rem]';
}
};