style: add modal background colour to themes

This commit is contained in:
Twig 2025-08-11 02:36:57 +02:00
parent 05c351feee
commit 783eda56b1
Signed by: twig
SSH key fingerprint: SHA256:nBO+OwpTkd8LYhe38PIqdxmDvkIg9Vw2EbrRZM97dkU
7 changed files with 8 additions and 2 deletions

View file

@ -38,7 +38,8 @@ onMounted(() => {
max-height: 90dvh;
max-width: 90dvw;
border-radius: var(--standard-radius);
background-color: var(--modal-background-color);
border-radius: var(--standard-radius);
border-width: 0;
padding: 0;

View file

@ -123,7 +123,7 @@ function buttonEditProfile() {
flex-direction: column;
color: var(--text-color);
background-color: var(--chat-background-color);
background-color: var(--modal-background-color);
overflow-y: scroll;
}