fix: icon button color inherit
This commit is contained in:
parent
35d0438261
commit
910846f2ce
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ const ConnectionsPage = () => {
|
|||
header={
|
||||
<Box sx={{ mt: 1, display: "flex", alignItems: "center" }}>
|
||||
<IconButton
|
||||
color="inherit"
|
||||
size="small"
|
||||
sx={{ mr: 2 }}
|
||||
onClick={() =>
|
||||
|
|
Loading…
Add table
Reference in a new issue