condense CellOptions
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user