fix(ui): hard code the colors of the chat moderation menu button

This commit is contained in:
Gabe Kangas 2023-05-20 14:59:02 -07:00
parent 78a64191eb
commit acab4e5c85
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -63,13 +63,14 @@ $p-v-size: 2px;
display: none;
top: 5px;
right: 10px;
color: var(--theme-color-components-text-on-light);
color: black;
& button:focus,
& button:active {
display: block !important;
}
button {
background-color: white;
border-radius: var(--theme-rounded-corners);
border-width: 0;
opacity: 0.8;