Modals #44
@@ -178,6 +178,13 @@ const AddUpdateSticker = ({
|
|||||||
{"Previous"}
|
{"Previous"}
|
||||||
</Button>
|
</Button>
|
||||||
<HStack w="auto" h="auto" alignContent="center" spacing={6}>
|
<HStack w="auto" h="auto" alignContent="center" spacing={6}>
|
||||||
|
<Button
|
||||||
|
backgroundColor="transparent"
|
||||||
|
_hover={{ backgroundColor: "brand.danger" }}
|
||||||
|
onClick={() => updateIsOpen(!isOpen)}
|
||||||
|
>
|
||||||
|
{"Cancel"}
|
||||||
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
variant="submit"
|
variant="submit"
|
||||||
isDisabled={
|
isDisabled={
|
||||||
@@ -187,13 +194,6 @@ const AddUpdateSticker = ({
|
|||||||
>
|
>
|
||||||
{"Confirm"}
|
{"Confirm"}
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
|
||||||
backgroundColor="transparent"
|
|
||||||
_hover={{ backgroundColor: "brand.danger" }}
|
|
||||||
onClick={() => updateIsOpen(!isOpen)}
|
|
||||||
>
|
|
||||||
{"Cancel"}
|
|
||||||
</Button>
|
|
||||||
</HStack>
|
</HStack>
|
||||||
</HStack>
|
</HStack>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user