Skip to content

Commit 29e1ea5

Browse files
feat(ui): style copy button on ToastWithSessionRefDescription
1 parent 2e5d24f commit 29e1ea5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

invokeai/frontend/web/src/features/toast/ToastWithSessionRefDescription.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ export default function ToastWithSessionRefDescription({ message, sessionId }: P
2020
icon={<PiCopyBold />}
2121
onClick={onCopy.bind(null, sessionId)}
2222
variant="ghost"
23+
sx={sx}
2324
/>
2425
</Flex>
2526
</Flex>
2627
);
2728
}
29+
30+
const sx = { svg: { fill: 'base.50' } };

0 commit comments

Comments
 (0)