This commit is contained in:
Mary Hipp 2023-08-24 09:55:35 -04:00 committed by psychedelicious
parent 466a819f06
commit 44b6adfb9f

View File

@ -230,10 +230,10 @@ const SingleSelectionMenuItems = (props: SingleSelectionMenuItemsProps) => {
</MenuItem>
{metadata?.created_by && (
<Flex
padding="5px 10px"
// backgroundColor="gray.600"
// marginBottom="-5px"
marginTop="5px"
sx={{
padding: '5px 10px',
marginTop: '5px',
}}
>
<Text fontSize="xs" fontWeight="bold">
Created by {metadata?.created_by}