remove 12px

This commit is contained in:
Peizhi Zheng
2022-01-14 22:33:45 -08:00
parent c1b7fa09c6
commit a91f112f13
5 changed files with 5 additions and 5 deletions

View File

@@ -324,7 +324,7 @@ function Row(props: RowProps) {
size="small"
className={classes.copyButton}
>
<FileCopyOutlinedIcon fontSize="small" style={{ height: "12px", width: "12px" }} />
<FileCopyOutlinedIcon fontSize="small" />
</IconButton>
</Tooltip>
</div>

View File

@@ -363,7 +363,7 @@ function Row(props: RowProps) {
size="small"
className={classes.copyButton}
>
<FileCopyOutlinedIcon fontSize="small" style={{ height: "12px", width: "12px" }} />
<FileCopyOutlinedIcon fontSize="small" />
</IconButton>
</Tooltip>
</div>

View File

@@ -332,7 +332,7 @@ function Row(props: RowProps) {
size="small"
className={classes.copyButton}
>
<FileCopyOutlinedIcon fontSize="small" style={{ height: "12px", width: "12px" }} />
<FileCopyOutlinedIcon fontSize="small" />
</IconButton>
</Tooltip>
</div>

View File

@@ -392,7 +392,7 @@ function Row(props: RowProps) {
size="small"
className={classes.copyButton}
>
<FileCopyOutlinedIcon fontSize="small" style={{ height: "12px", width: "12px" }} />
<FileCopyOutlinedIcon fontSize="small" />
</IconButton>
</Tooltip>
</div>

View File

@@ -401,7 +401,7 @@ function Row(props: RowProps) {
size="small"
className={classes.copyButton}
>
<FileCopyOutlinedIcon fontSize="small" style={{ height: "12px", width: "12px" }} />
<FileCopyOutlinedIcon fontSize="small" />
</IconButton>
</Tooltip>
</div>