Change save button to Invoke Blue

This commit is contained in:
Kent Keirsey
2025-06-20 00:04:37 -04:00
committed by psychedelicious
parent 0794eb43e7
commit 6a78739076

View File

@@ -19,6 +19,7 @@ export const CanvasToolbarSaveToGalleryButton = memo(() => {
onClick={shift ? saveBboxToGallery : saveCanvasToGallery}
icon={<PiFloppyDiskBold />}
aria-label={shift ? t('controlLayers.saveBboxToGallery') : t('controlLayers.saveCanvasToGallery')}
colorScheme="invokeBlue"
tooltip={shift ? t('controlLayers.saveBboxToGallery') : t('controlLayers.saveCanvasToGallery')}
isDisabled={isBusy}
/>