fix(ui): fix invoke button styles when processing

This commit is contained in:
psychedelicious 2023-07-15 20:04:33 +10:00
parent 457e4b7fc5
commit 7daafc03d3

View File

@ -17,8 +17,10 @@ import { FaPlay } from 'react-icons/fa';
const IN_PROGRESS_STYLES: ChakraProps['sx'] = {
_disabled: {
bg: 'none',
color: 'base.600',
cursor: 'not-allowed',
_hover: {
color: 'base.600',
bg: 'none',
},
},