[Update] Config Page: Change background color and adjust DropdownMenu component for it.

This commit is contained in:
Sakamoto Shiina
2024-09-02 10:39:02 +09:00
parent fdbaaaaca9
commit 231125e406
3 changed files with 5 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
display: flex;
flex-direction: column;
justify-content: space-between;
background-color: var(--dark_950_color);
background-color: var(--dark_900_color);
overflow: hidden;
position: relative;
}