feat: fix primary app color value and how it is displayed in the app
This commit is contained in:
@@ -121,7 +121,7 @@ function AddNewAppConnection(props) {
|
||||
>
|
||||
<ListItemIcon sx={{ minWidth: 74 }}>
|
||||
<AppIcon
|
||||
color="transparent"
|
||||
color={app.primaryColor}
|
||||
url={app.iconUrl}
|
||||
name={app.name}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user