feat: tweak add new app connection dialog

This commit is contained in:
Ali BARIN
2021-12-16 23:27:09 +01:00
parent 3e8bae2ec3
commit 81c18ee37c
6 changed files with 22 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ const createCopyAdornment = (ref: React.RefObject<HTMLInputElement | null>) => {
onClick={() => copyInputValue(ref.current as HTMLInputElement)}
edge="end"
>
<ContentCopyIcon />
<ContentCopyIcon color="primary" />
</IconButton>
</InputAdornment>
);