I propose to update the default styling for asset details. The current way the styling is, is hard to read. Please see the proposed change. The first pic is the proposed, restyled version and the second pics is the current style.
Here's the css if it helps
.card--synced__header{
background: var(--primary);
padding: 1rem;
color: #fff;
font-weight: bold;
}
.cpanel__main .card{
background-color: #fff;
margin-left: 1rem;
}
Thanks!