Staging Area delete button is now red

So it doesnt feel blended into to the rest of them.
This commit is contained in:
blessedcoolant 2022-11-18 23:00:36 +13:00
parent d0ceabd372
commit 4f51680307
3 changed files with 3 additions and 2 deletions

View File

@ -134,6 +134,7 @@ const IAICanvasStagingAreaToolbar = () => {
icon={<FaTrash />}
onClick={() => dispatch(discardStagedImages())}
data-selected={true}
style={{ backgroundColor: 'var(--btn-delete-image)' }}
/>
</ButtonGroup>
</Flex>

View File

@ -53,7 +53,7 @@
--btn-load-more-hover: rgb(54, 56, 66);
--btn-svg-color: rgb(255, 255, 255);
--btn-delete-image: rgb(238, 107, 107);
--btn-delete-image: rgb(182, 46, 46);
// IAI Button Colors
--btn-checkbox-border-hover: rgb(46, 48, 68);

View File

@ -54,7 +54,7 @@
--btn-svg-color: rgb(255, 255, 255);
--btn-delete-image: rgb(238, 107, 107);
--btn-delete-image: rgb(182, 46, 46);
// IAI Button Colors
--btn-checkbox-border-hover: rgb(46, 48, 68);