Skip to content

Commit

Permalink
fix: accordion bg color (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Aug 4, 2022
1 parent e3ba725 commit c3159a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/jar_details/JarDetailsOverlay.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@
box-shadow: none;
}

:root[data-theme='dark'] .overlayContainer .accountItem > h2 > button {
background-color: var(--bs-accordion-bg);
}

.overlayContainer .accountItem :global .container-fluid {
padding-left: 0;
}

0 comments on commit c3159a2

Please sign in to comment.