style: add modal background colour to themes
This commit is contained in:
parent
05c351feee
commit
783eda56b1
7 changed files with 8 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue