mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
Isolate Cancel Button Menu Styling
This commit is contained in:
@@ -139,6 +139,15 @@ export default function CancelButton(
|
||||
<IAISimpleMenu
|
||||
menuItems={cancelMenuItems}
|
||||
iconTooltip={t('parameters.cancel.setType')}
|
||||
menuButtonProps={{
|
||||
backgroundColor: 'var(--destructive-color)',
|
||||
color: 'var(--text-color)',
|
||||
minWidth: '1.5rem',
|
||||
minHeight: '1.5rem',
|
||||
_hover: {
|
||||
backgroundColor: 'var(--destructive-color-hover)',
|
||||
},
|
||||
}}
|
||||
/>
|
||||
</ButtonGroup>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user