mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-03 15:45:11 -05:00
feat(ui): style copy button on ToastWithSessionRefDescription
This commit is contained in:
@@ -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' } };
|
||||
|
||||
Reference in New Issue
Block a user