mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): style copy button on ToastWithSessionRefDescription
This commit is contained in:
parent
2e5d24f272
commit
29e1ea59fc
@ -20,8 +20,11 @@ export default function ToastWithSessionRefDescription({ message, sessionId }: P
|
||||
icon={<PiCopyBold />}
|
||||
onClick={onCopy.bind(null, sessionId)}
|
||||
variant="ghost"
|
||||
sx={sx}
|
||||
/>
|
||||
</Flex>
|
||||
</Flex>
|
||||
);
|
||||
}
|
||||
|
||||
const sx = { svg: { fill: 'base.50' } };
|
||||
|
Loading…
Reference in New Issue
Block a user