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}
/>
<IAIButton
colorScheme="accent"
colorScheme="base"
pointerEvents="none"
isDisabled={!shouldShowStagingImage}
sx={{
background: 'base.600',
_dark: {
background: 'base.800',
},
}}
minW={20}
>{`${currentIndex + 1}/${total}`}</IAIButton>
<IAIIconButton
tooltip={`${t('unifiedCanvas.next')} (Right)`}