fix: accordion bg color (#449)

This commit is contained in:
Daniel 2022-08-04 16:52:11 +02:00 committed by GitHub
parent e3ba725680
commit c3159a252e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}