fix(ui): unnecessary z-index on invoke button

This commit is contained in:
psychedelicious 2024-08-28 16:51:44 +10:00
parent 9f742a669e
commit 219d7c9611

View File

@ -25,7 +25,6 @@ export const InvokeQueueBackButton = memo(() => {
isDisabled={isDisabled}
rightIcon={<RiSparkling2Fill />}
variant="solid"
zIndex={1}
colorScheme="invokeYellow"
size="lg"
w="calc(100% - 60px)"