condense CellOptions

This commit is contained in:
David Corbitt
2023-08-05 16:01:09 -07:00
parent 721f1726eb
commit deabbb094b

View File

@@ -18,13 +18,13 @@ export const CellOptions = ({
const modalDisclosure = useDisclosure(); const modalDisclosure = useDisclosure();
return ( return (
<HStack justifyContent="flex-end" w="full"> <HStack justifyContent="flex-end" w="full" spacing={1}>
{cell && ( {cell && (
<> <>
<Tooltip label="See Prompt"> <Tooltip label="See Prompt">
<IconButton <IconButton
aria-label="See Prompt" aria-label="See Prompt"
icon={<Icon as={BsInfoCircle} boxSize={4} />} icon={<Icon as={BsInfoCircle} boxSize={3.5} />}
onClick={modalDisclosure.onOpen} onClick={modalDisclosure.onOpen}
size="xs" size="xs"
colorScheme="gray" colorScheme="gray"