feat(ui): staging styling tweak

This commit is contained in:
psychedelicious 2023-10-03 13:04:29 +11:00
parent 6c8270dae2
commit dcbb25dfea

View File

@ -151,15 +151,10 @@ const IAICanvasStagingAreaToolbar = () => {
isDisabled={!shouldShowStagingImage} isDisabled={!shouldShowStagingImage}
/> />
<IAIButton <IAIButton
colorScheme="accent" colorScheme="base"
pointerEvents="none" pointerEvents="none"
isDisabled={!shouldShowStagingImage} isDisabled={!shouldShowStagingImage}
sx={{ minW={20}
background: 'base.600',
_dark: {
background: 'base.800',
},
}}
>{`${currentIndex + 1}/${total}`}</IAIButton> >{`${currentIndex + 1}/${total}`}</IAIButton>
<IAIIconButton <IAIIconButton
tooltip={`${t('unifiedCanvas.next')} (Right)`} tooltip={`${t('unifiedCanvas.next')} (Right)`}